Skip to content

Commit a5cd991

Browse files
committed
ci: Fix package source path
1 parent 4e448cd commit a5cd991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/release-package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ VERSION=$1
22

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

0 commit comments

Comments
 (0)