From 1d5e005f3f951d8c8cb067234ec3161a125d006e Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 11 Jul 2022 12:09:10 +0200 Subject: [PATCH] [godot] GH Action --- .github/workflows/spine-godot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index 066ed5566..d5e80749c 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -18,8 +18,8 @@ jobs: - name: Build Godot artifact run: | - ./spine-godot/setup.sh 3.4.4-stable false - ./spine-godot/build-templates.sh ios + ./spine-godot/build/setup.sh 3.4.4-stable false + ./spine-godot/build/build-templates.sh ios - name: Upload artifacts uses: actions/upload-artifact@v2