mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
[godot] Fix executable paths for GH action.
This commit is contained in:
parent
804ad4ad0b
commit
fac881b11b
7
.github/workflows/spine-godot.yml
vendored
7
.github/workflows/spine-godot.yml
vendored
@ -33,13 +33,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||||
./spine-godot/build/build.sh release_debug
|
./spine-godot/build/build.sh release_debug
|
||||||
ls spine-godot/godot/bin/
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
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.exe
|
path: spine-godot/godot/bin\godot.windows.opt.tools.64.s.exe
|
||||||
|
|
||||||
godot-editor-linux:
|
godot-editor-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -58,13 +57,12 @@ jobs:
|
|||||||
sudo apt-get install build-essential scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev
|
sudo apt-get install build-essential scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev
|
||||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||||
./spine-godot/build/build.sh release_debug
|
./spine-godot/build/build.sh release_debug
|
||||||
ls spine-godot/godot/bin/
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
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.64
|
path: spine-godot/godot/bin/godot.x11.opt.tools.64s
|
||||||
|
|
||||||
godot-editor-macos:
|
godot-editor-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
@ -84,7 +82,6 @@ jobs:
|
|||||||
pushd spine-godot/godot/bin
|
pushd spine-godot/godot/bin
|
||||||
zip -r godot-editor-macos.zip Godot.app
|
zip -r godot-editor-macos.zip Godot.app
|
||||||
popd
|
popd
|
||||||
ls spine-godot/godot/bin/
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user