From 9577783fde167760e6293b975ebbc36b67223ea0 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 20:53:46 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: ../../.github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 0786e892..d19b1430 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -17,7 +17,6 @@ jobs: export-linux: name: Linux Export 🐧 runs-on: ubuntu-latest - working-directory: tools/configurator container: image: docker://barichello/godot-ci:4.2.2 steps: @@ -31,6 +30,7 @@ jobs: mkdir -v -p build/${EXPORT_NAME}-Linux-64bit ~/.local/share/godot/export_templates mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable - name: Import resources once 📦 + working-directory: tools/configurator continue-on-error: true run: godot --headless -v --import - name: Linux Build 🔧