Skip to content

Commit

Permalink
ci: Fix package source path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart2967 committed Aug 23, 2024
1 parent 4e448cd commit a5cd991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ VERSION=$1

dotnet pack --configuration Release
dotnet nuget push \
GoDough.${VERSION}.nupkg \
.godot/mono/temp/bin/Release/GoDough.${VERSION}.nupkg \
--api-key $NUGET_API_KEY \
--source https://api.nuget.org/v3/index.json

0 comments on commit a5cd991

Please sign in to comment.