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 b4e8181 commit 96ed34dCopy full SHA for 96ed34d
.github/workflows/publish.yml
@@ -11,6 +11,6 @@ jobs:
11
with:
12
dotnet-version: 6.0.x
13
- run: dotnet pack
14
- - run: dotnet nuget push '*.nupkg' -s 'https://api.nuget.org/v3/index.json' -k '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
+ - run: dotnet nuget push 'ScipDotnet/bin/Debug/*.nupkg' -s 'https://api.nuget.org/v3/index.json' -k '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
15
16
0 commit comments