We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c40d4d5 + ba1fbb3 commit 84f4173Copy full SHA for 84f4173
1 file changed
.github/workflows/publish-nuget.yml
@@ -33,8 +33,5 @@ jobs:
33
- name: Publish to NuGet
34
env:
35
KEY: ${{ secrets.NUGET_APIKEY }}
36
- run: |
37
- cd SpiceSharpBehavioral\bin\Release
38
- dotnet nuget add source https://api.nuget.org/v3/index.json
39
- dotnet nuget push SpiceSharpBehavioral.*.nupkg -k $KEY
+ run: dotnet nuget push .\SpiceSharpBehavioral\bin\Release\SpiceSharpBehavioral.*.nupkg -k $KEY
40
0 commit comments