mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 23:05:01 +08:00
Try to figure out where the new install location for Godot binaries is on GH.
This commit is contained in:
parent
7f4f32453b
commit
804ad4ad0b
3
.github/workflows/spine-godot.yml
vendored
3
.github/workflows/spine-godot.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
run: |
|
||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||
./spine-godot/build/build.sh release_debug
|
||||
ls spine-godot/godot/bin/
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
@ -57,6 +58,7 @@ 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
|
||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||
./spine-godot/build/build.sh release_debug
|
||||
ls spine-godot/godot/bin/
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
@ -82,6 +84,7 @@ jobs:
|
||||
pushd spine-godot/godot/bin
|
||||
zip -r godot-editor-macos.zip Godot.app
|
||||
popd
|
||||
ls spine-godot/godot/bin/
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user