mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] GH action
This commit is contained in:
parent
fd88c17ced
commit
40c3770b2e
8
.github/workflows/spine-godot.yml
vendored
8
.github/workflows/spine-godot.yml
vendored
@ -380,7 +380,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
if: env.AWS_ACCESS_KEY_ID != null
|
if: env.AWS_ACCESS_KEY_ID != null
|
||||||
run: |
|
run: |
|
||||||
aws s3 cp godot.windows.opt.tools.64.exe s3://spine-godot/spine-godot/3.4.4-stable/
|
BRANCH=${GITHUB_REF#refs/heads/}
|
||||||
aws s3 cp godot.x11.opt.tools.64 s3://spine-godot/spine-godot/3.4.4-stable/
|
echo "branch: $BRANCH"
|
||||||
aws s3 cp godot-editor-macos.zip s3://spine-godot/spine-godot/3.4.4-stable/
|
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/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user