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: