Skip to content

Commit eca9d37

Browse files
authored
Merge pull request #37 from synercoder/features/prerelease-download-path
Added path param to prerelease download
2 parents fe0001c + df3ab8b commit eca9d37

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)