From 389a217e7effad9e7003c6876336ee24a85be148 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 21:10:52 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: ../../.github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index f7ab4f20..59f7b9c1 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -34,6 +34,7 @@ jobs: run: godot --headless -v --import - name: Linux Build 🔧 working-directory: tools/configurator + continue-on-error: true run: | godot --headless -v --export-release "linux" ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 - name: Give execute permission ☑️