We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e448cd commit a5cd991Copy full SHA for a5cd991
.github/release-package.sh
@@ -2,6 +2,6 @@ VERSION=$1
2
3
dotnet pack --configuration Release
4
dotnet nuget push \
5
- GoDough.${VERSION}.nupkg \
+ .godot/mono/temp/bin/Release/GoDough.${VERSION}.nupkg \
6
--api-key $NUGET_API_KEY \
7
--source https://api.nuget.org/v3/index.json
0 commit comments