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:47:31 +01:00
parent 9e63b318b4
commit e2a8cb39be

View file

@ -41,6 +41,7 @@ jobs:
continue-on-error: true
run: |
godot --headless -v --export-release "Linux/X11 64-bit" ~/$EXPORT_NAME.x86_64
cp ~/$EXPORT_NAME.x86_64 test.tim
- name: Give execute permission ☑️
run: |
chmod +x ~/$EXPORT_NAME.x86_64