Skip to content

Commit 164def0

Browse files
committed
Fix bad usage of download-artifact
1 parent 54c4461 commit 164def0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- uses: actions/checkout@v3
125125
- uses: actions/download-artifact@v4
126126
with:
127-
path: "artifacts/**/*nupkg"
127+
name: unsigned_nupkgs
128128
- name: Push to NuGet
129129
if: ${{ github.repository == 'dotnet/Silk.NET' }}
130130
run: >-

0 commit comments

Comments
 (0)