Skip to content

Commit

Permalink
Update release_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 authored Oct 10, 2023
1 parent 3becf55 commit 63e73b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ jobs:
- name: Pack nuget
run: nuget pack Winch/Winch.nuspec -Properties "version=${{ steps.version.outputs.prop }}"
- name: Publish nuget
run: nuget push "bin/Release/Winch.*.nupkg" -ApiKey ${{ secrets.NUGET_KEY }} -Source https://api.nuget.org/v3/index.json
run: nuget push "Winch/Winch.*.nupkg" -ApiKey ${{ secrets.NUGET_KEY }} -Source https://api.nuget.org/v3/index.json

0 comments on commit 63e73b3

Please sign in to comment.