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 20:59:21 +01:00
parent 9577783fde
commit 92496a6e5d

View file

@ -34,6 +34,7 @@ jobs:
continue-on-error: true continue-on-error: true
run: godot --headless -v --import run: godot --headless -v --import
- name: Linux Build 🔧 - name: Linux Build 🔧
working-directory: tools/configurator
run: | run: |
godot --headless -v --export-release "linux" ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 godot --headless -v --export-release "linux" ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
- name: Give execute permission ☑️ - name: Give execute permission ☑️