Skip to content

Commit

Permalink
Update dotnet-publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Jul 10, 2021
1 parent 5771506 commit a85027a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
run: dotnet build SteamCMD.ConPTY -c Release

- name: Publish the package to nuget.org
run: dotnet nuget push SteamCMD.ConPTY\bin\Release\*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
run: dotnet nuget push "SteamCMD.ConPTY\bin\Release\*.nupkg" --source "https://api.nuget.org/v3/index.json" -k $NUGET_AUTH_TOKEN
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 comments on commit a85027a

Please sign in to comment.