Skip to content

Commit 243f8fe

Browse files
committed
Added path param to prerelease download
1 parent 1f559b2 commit 243f8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
uses: actions/download-artifact@v4
5959
with:
6060
name: nupkg
61+
path: ./nupkg
6162
- name: Push to GitHub Feed
6263
run: |
6364
for f in ./nupkg/*.nupkg

0 commit comments

Comments
 (0)