From 1914c7eac5a97f85e5e973eef2a2499505b62ad4 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 24 Jan 2023 20:51:21 +0100 Subject: [PATCH] [godot] Fix S3 upload. --- .github/workflows/spine-godot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index 6755d8c82..2ee44e09f 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -350,8 +350,8 @@ jobs: run: | BRANCH=${GITHUB_REF#refs/heads/} echo "branch: $BRANCH" - mv godot.windows.opt.tools.64.s.exe godot-$BRANCH-$GODOT_TAG.exe - mv godot.x11.opt.tools.64s godot-$BRANCH-$GODOT_TAG + mv godot.windows.opt.tools.64.exe godot-$BRANCH-$GODOT_TAG.exe + mv godot.x11.opt.tools.64 godot-$BRANCH-$GODOT_TAG zip godot-editor-windows.zip godot-$BRANCH-$GODOT_TAG.exe zip godot-editor-linux.zip godot-$BRANCH-$GODOT_TAG aws s3 cp godot-editor-windows.zip s3://spine-godot/$BRANCH/$GODOT_TAG/