mirror of
https://github.com/godotengine/godot-builds.git
synced 2026-01-01 01:48:13 +03:00
Fix upload-github.sh target branch
And make all scripts executable.
This commit is contained in:
0
tools/bootstrap/generate-history.py
Normal file → Executable file
0
tools/bootstrap/generate-history.py
Normal file → Executable file
0
tools/bootstrap/generate-metadata.py
Normal file → Executable file
0
tools/bootstrap/generate-metadata.py
Normal file → Executable file
0
tools/bootstrap/generate-releases.py
Normal file → Executable file
0
tools/bootstrap/generate-releases.py
Normal file → Executable file
0
tools/create-release-metadata.py
Normal file → Executable file
0
tools/create-release-metadata.py
Normal file → Executable file
0
tools/create-release-notes.py
Normal file → Executable file
0
tools/create-release-notes.py
Normal file → Executable file
2
tools/upload-github.sh
Normal file → Executable file
2
tools/upload-github.sh
Normal file → Executable file
@@ -74,7 +74,7 @@ cd $buildsdir
|
||||
git add ./releases/godot-$release_tag.json
|
||||
git commit -m "Add Godot $release_tag"
|
||||
git tag $release_tag
|
||||
if ! git push --atomic origin release-automation $release_tag; then
|
||||
if ! git push --atomic origin main $release_tag; then
|
||||
echo "Failed to push release metadata for $release_tag to GitHub."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user