[godot] GH action

This commit is contained in:
Mario Zechner 2022-07-12 14:55:56 +02:00
parent fd88c17ced
commit 40c3770b2e

View File

@ -380,7 +380,9 @@ jobs:
shell: bash
if: env.AWS_ACCESS_KEY_ID != null
run: |
aws s3 cp godot.windows.opt.tools.64.exe s3://spine-godot/spine-godot/3.4.4-stable/
aws s3 cp godot.x11.opt.tools.64 s3://spine-godot/spine-godot/3.4.4-stable/
aws s3 cp godot-editor-macos.zip s3://spine-godot/spine-godot/3.4.4-stable/
BRANCH=${GITHUB_REF#refs/heads/}
echo "branch: $BRANCH"
aws s3 cp godot.windows.opt.tools.64.exe s3://spine-godot/spine-godot/$BRANCH/3.4.4-stable/
aws s3 cp godot.x11.opt.tools.64 s3://spine-godot/spine-godot/$BRANCH/3.4.4-stable/
aws s3 cp godot-editor-macos.zip s3://spine-godot/spine-godot/$BRANCH/3.4.4-stable/