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