[godot] Fix exectuable names expected in GitHub workflow.

This commit is contained in:
badlogic 2023-01-24 10:58:42 +01:00
parent 5ae7b307fa
commit ca09a57c21

View File

@ -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