From d7434324ad280980469ae8c283e38ddb37883a50 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 4 Aug 2023 10:27:32 +0200 Subject: [PATCH] [godot] Try to figure out why the macOS ZIP isn't uploaded by 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 5c7626cbe..c708b319d 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -448,6 +448,7 @@ jobs: run: | BRANCH=${GITHUB_REF#refs/heads/} echo "branch: $BRANCH" + ls -lah mv godot.windows.editor.x86_64.mono.exe godot-$BRANCH-$GODOT_TAG-mono.exe 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