On branch feat/godot-configurator

Changes to be committed:
	modified:   .github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-05 23:28:39 +01:00
parent 54e7a7777a
commit 39f4697e70

View file

@ -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: