mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] Fix S3 upload.
This commit is contained in:
parent
63d0cb5ed2
commit
1914c7eac5
4
.github/workflows/spine-godot.yml
vendored
4
.github/workflows/spine-godot.yml
vendored
@ -350,8 +350,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
BRANCH=${GITHUB_REF#refs/heads/}
|
BRANCH=${GITHUB_REF#refs/heads/}
|
||||||
echo "branch: $BRANCH"
|
echo "branch: $BRANCH"
|
||||||
mv godot.windows.opt.tools.64.s.exe godot-$BRANCH-$GODOT_TAG.exe
|
mv godot.windows.opt.tools.64.exe godot-$BRANCH-$GODOT_TAG.exe
|
||||||
mv godot.x11.opt.tools.64s godot-$BRANCH-$GODOT_TAG
|
mv godot.x11.opt.tools.64 godot-$BRANCH-$GODOT_TAG
|
||||||
zip godot-editor-windows.zip godot-$BRANCH-$GODOT_TAG.exe
|
zip godot-editor-windows.zip godot-$BRANCH-$GODOT_TAG.exe
|
||||||
zip godot-editor-linux.zip godot-$BRANCH-$GODOT_TAG
|
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-windows.zip s3://spine-godot/$BRANCH/$GODOT_TAG/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user