Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Jul 10, 2021
1 parent bc1268b commit 57787b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish-gpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: dotnet build SteamCMD.ConPTY -c Release

- name: Publish the package to GPR
run: dotnet nuget push SteamCMD.ConPTY/bin/Release/*.nupkg
run: dotnet nuget push SteamCMD.ConPTY/SteamCMD.ConPTY/bin/Release/*.nupkg
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/SteamCMD.ConPTY/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 comments on commit 57787b4

Please sign in to comment.