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