From 804ad4ad0bf312661edcfc68d4f64efa2899563c Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 17 Jan 2023 13:52:32 +0100 Subject: [PATCH] Try to figure out where the new install location for Godot binaries is on GH. --- .github/workflows/spine-godot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index 051de94cf..f12ee8c12 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -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