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 955e740 commit 2815a7bCopy full SHA for 2815a7b
.github/workflows/dotnet.yml
@@ -38,7 +38,7 @@ jobs:
38
dotnet restore
39
dotnet build -c Release
40
dotnet pack -c Release -o /tmp/nupkgs -v m -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
41
- dotnet nuget push /tmp/nupkgs/NosCore.Algorithm.${{github.event.ref}}.nupkg -k ${secrets.NUGET_API_KEY} -s https://api.nuget.org/v3/index.json
+ dotnet nuget push /tmp/nupkgs/NosCore.Algorithm.${{github.event.ref}}.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
42
cd /tmp/
43
zip -r NosCore.Algorithm.${GITHUB_RUN_NUMBER}.zip NosCore.Algorithm.${GITHUB_RUN_NUMBER}
44
echo ::set-output name=ARTIFACT_PATH::/tmp/NosCore.Algorithm.${GITHUB_RUN_NUMBER}.zip
0 commit comments