We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b187b4 commit 30aca7bCopy full SHA for 30aca7b
.github/workflows/dotnet-core.yml
@@ -58,10 +58,9 @@ jobs:
58
uses: actions/download-artifact@v4
59
with:
60
name: nupkg
61
+ path: ./nupkg
62
- name: Setup .NET Core @ Latest
63
uses: actions/setup-dotnet@v1
- - name: list
64
- run: ls -R .
65
- name: Publish Nuget to GitHub registry
66
run: dotnet nuget push ./nupkg/*.nupkg -k ${GITHUB_TOKEN} -s ${GITHUB_FEED} --skip-duplicate
67
env:
0 commit comments