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 21:28:55 +01:00
parent 73f988308d
commit 07d4be2669

View file

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