From dd0b802487c14b3cda4f102701bb59e5f335e21e Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 4 Aug 2023 12:29:15 +0200 Subject: [PATCH] [godot] Another fix to the GH workflow --- .github/workflows/spine-godot-v4.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index 739934fc3..28dbc6b46 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -453,6 +453,7 @@ jobs: mv godot.linuxbsd.editor.x86_64.mono godot-$BRANCH-$GODOT_TAG-mono zip godot-editor-windows-mono.zip godot-$BRANCH-$GODOT_TAG-mono.exe GodotSharp zip godot-editor-linux-mono.zip godot-$BRANCH-$GODOT_TAG-mono GodotSharp + mv godot-editor-macos.zip godot-editor-macos-mono.zip aws s3 cp godot-editor-windows-mono.zip s3://spine-godot/$BRANCH/$GODOT_TAG/ aws s3 cp godot-editor-linux-mono.zip s3://spine-godot/$BRANCH/$GODOT_TAG/ aws s3 cp godot-editor-macos-mono.zip s3://spine-godot/$BRANCH/$GODOT_TAG/