From 39f4697e7056eacdce5e43ea1c9ae12ab1987f50 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 23:28:39 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 6f95eee1..3e3f393a 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -13,12 +13,13 @@ concurrency: env: GODOT_VERSION: 4.2.2 EXPORT_NAME: GD-Test - working-directory: tools/configurator + jobs: export-linux: name: Linux Export 🐧 runs-on: ubuntu-latest + working-directory: tools/configurator container: image: docker://barichello/godot-ci:4.2.2 steps: