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 d03cb43 commit 09039dcCopy full SHA for 09039dc
.github/workflows/release.yaml
@@ -80,7 +80,7 @@ jobs:
80
with:
81
path: artifacts
82
- name: upload nuget package to nuget.org
83
- run: dotnet nuget push artifacts/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push artifacts/nupkg/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
84
env:
85
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
86
- name: upload tgz to github release
0 commit comments