From 9e5c945d17192def0ff64f756266ecd63c4e1fe8 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 25 Jan 2023 13:20:30 +0100 Subject: [PATCH] [godot] Fix GH workflow for Godot 4.0 --- .github/workflows/spine-godot-v4.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index 71786aee1..39fac5596 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -1,4 +1,4 @@ -name: Build and Publish Godot editor and templates +name: Build and Publish Godot 4.0 editor and templates on: push: @@ -146,7 +146,7 @@ jobs: sudo apt-get update 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-templates.sh linux + ./spine-godot/build/build-templates-v4.sh linux - name: Upload artifacts debug uses: actions/upload-artifact@v2 @@ -174,7 +174,7 @@ jobs: shell: bash run: | ./spine-godot/build/setup.sh $GODOT_TAG false - ./spine-godot/build/build-templates.sh windows + ./spine-godot/build/build-templates-v4.sh windows - name: Upload artifacts debug uses: actions/upload-artifact@v2 @@ -214,7 +214,7 @@ jobs: shell: bash run: | ./spine-godot/build/setup.sh $GODOT_TAG false - ./spine-godot/build/build-templates.sh android + ./spine-godot/build/build-templates-v4.sh android - name: Upload artifacts debug uses: actions/upload-artifact@v2 @@ -256,7 +256,7 @@ jobs: - name: Build Godot artifact run: | ./spine-godot/build/setup.sh $GODOT_TAG false - ./spine-godot/build/build-templates.sh web + ./spine-godot/build/build-templates-v4.sh web - name: Upload artifacts debug uses: actions/upload-artifact@v2