From 341217ad6f6c34d99c257a7a0e2e2b74e8200886 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 18 Jan 2023 09:40:32 +0100 Subject: [PATCH] [godot] Fix S3 upload. --- .github/workflows/spine-godot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index ec0d2805e..bd7574250 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -38,7 +38,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: godot-editor-windows.zip - path: spine-godot/godot/bin\godot.windows.opt.tools.64.s.exe + path: spine-godot/godot/bin/godot.windows.opt.tools.64.s.exe godot-editor-linux: runs-on: ubuntu-latest @@ -350,8 +350,8 @@ jobs: run: | BRANCH=${GITHUB_REF#refs/heads/} echo "branch: $BRANCH" - mv godot.windows.opt.tools.64.exe godot-$BRANCH-$GODOT_TAG.exe - mv godot.x11.opt.tools.64 godot-$BRANCH-$GODOT_TAG + mv godot.windows.opt.tools.64.s.exe godot-$BRANCH-$GODOT_TAG.exe + mv godot.x11.opt.tools.64s 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/