[godot] Fix up executable names in GH workflow

This commit is contained in:
Mario Zechner 2022-07-15 10:07:58 +02:00
parent 8d38de9d1c
commit 3d45f6bfd2
2 changed files with 7 additions and 5 deletions

View File

@ -358,10 +358,12 @@ jobs:
run: | run: |
BRANCH=${GITHUB_REF#refs/heads/} BRANCH=${GITHUB_REF#refs/heads/}
echo "branch: $BRANCH" echo "branch: $BRANCH"
zip godot-editor-windows.zip godot.windows.opt.tools.64.exe mv godot.windows.opt.tools.64.exe godot-$BRANCH-$GODOT_TAG.exe
zip godot-editor-linux.zip godot.x11.opt.tools.64 mv godot.x11.opt.tools.64 godot-$BRANCH-$GODOT_TAG
aws s3 cp godot.windows.opt.tools.64.exe s3://spine-godot/$BRANCH/$GODOT_TAG/godot-editor-windows.zip zip godot-editor-windows.zip godot-$BRANCH-$GODOT_TAG.exe
aws s3 cp godot.x11.opt.tools.64 s3://spine-godot/$BRANCH/$GODOT_TAG/godot-editor-linux.zip zip godot-editor-linux.zip godot-$BRANCH-$GODOT_TAG
aws s3 cp godot-editor-windows.zip s3://spine-godot/$BRANCH/$GODOT_TAG/
aws s3 cp godot-editor-linux.zip s3://spine-godot/$BRANCH/$GODOT_TAG/
aws s3 cp godot-editor-macos.zip s3://spine-godot/$BRANCH/$GODOT_TAG/ aws s3 cp godot-editor-macos.zip s3://spine-godot/$BRANCH/$GODOT_TAG/
echo "$GODOT_VERSION" > version.txt echo "$GODOT_VERSION" > version.txt
ls -lah ls -lah

View File

@ -31,7 +31,7 @@ We provide prebuilt Godot editor and export template binaries for Godot 3.4.4-st
* [Godot Editor Windows](https://spine-godot.s3.eu-central-1.amazonaws.com/4.2-beta/3.4.4-stable/godot-editor-windows.zip) * [Godot Editor Windows](https://spine-godot.s3.eu-central-1.amazonaws.com/4.2-beta/3.4.4-stable/godot-editor-windows.zip)
* [Godot Editor Linux](https://spine-godot.s3.eu-central-1.amazonaws.com/4.2-beta/3.4.4-stable/godot-editor-linux.zip) * [Godot Editor Linux](https://spine-godot.s3.eu-central-1.amazonaws.com/4.2-beta/3.4.4-stable/godot-editor-linux.zip)
* [Godot Editor macOS](https://spine-godot.s3.eu-central-1.amazonaws.com/4.2-beta/3.4.4-stable/godot-editor-macos.zip) * [Godot Editor macOS](https://spine-godot.s3.eu-central-1.amazonaws.com/4.2-beta/3.4.4-stable/godot-editor-macos.zip)
* [Godot export templates for Windows, Linux, macOS, Web, Android, iOS](https://spine-godot.s3.eu-central-1.amazonaws.com/4.2-beta/3.4.4-stable/spine-godot-templates-4.2-beta-3.4.4-stable.zip) * [Godot export templates for Windows, Linux, macOS, Web, Android, iOS](https://spine-godot.s3.eu-central-1.amazonaws.com/4.2-beta/3.4.4-stable/spine-godot-templates-4.2-beta-3.4.4-stable.tpz)
### Building the Godot editor and export templates locally ### Building the Godot editor and export templates locally