Skip to content

Commit

Permalink
Specify nuget gallery url
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Jul 13, 2020
1 parent d34cb2f commit dd37d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/steamkit2-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Publish NuGet Package to NuGet Gallery
run: |
nuget setapikey ${{ secrets.NUGET_API_KEY }}
nuget push SteamKit2/SteamKit2/bin/Release/SteamKit2.${{ github.event.release.tag_name }}.nupkg
nuget push SteamKit2/SteamKit2/bin/Release/SteamKit2.${{ github.event.release.tag_name }}.nupkg -Source https://api.nuget.org/v3/index.json

0 comments on commit dd37d99

Please sign in to comment.