mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
[godot] Fix exectuable names expected in GitHub workflow.
This commit is contained in:
parent
5ae7b307fa
commit
ca09a57c21
4
.github/workflows/spine-godot.yml
vendored
4
.github/workflows/spine-godot.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: godot-editor-windows.zip
|
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:
|
godot-editor-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: godot-editor-linux.zip
|
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:
|
godot-editor-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user