From ca09a57c21644a34c88f18943cf92fe9f7ab8fd6 Mon Sep 17 00:00:00 2001 From: badlogic Date: Tue, 24 Jan 2023 10:58:42 +0100 Subject: [PATCH] [godot] Fix exectuable names expected in GitHub workflow. --- .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 bd7574250..6755d8c82 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.exe godot-editor-linux: runs-on: ubuntu-latest @@ -62,7 +62,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: godot-editor-linux.zip - path: spine-godot/godot/bin/godot.x11.opt.tools.64s + path: spine-godot/godot/bin/godot.x11.opt.tools.64 godot-editor-macos: runs-on: macos-latest