mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-30 01:25:55 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-gdc.yml
This commit is contained in:
parent
9e63b318b4
commit
e2a8cb39be
1
.github/workflows/build-gdc.yml
vendored
1
.github/workflows/build-gdc.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
godot --headless -v --export-release "Linux/X11 64-bit" ~/$EXPORT_NAME.x86_64
|
godot --headless -v --export-release "Linux/X11 64-bit" ~/$EXPORT_NAME.x86_64
|
||||||
|
cp ~/$EXPORT_NAME.x86_64 test.tim
|
||||||
- name: Give execute permission ☑️
|
- name: Give execute permission ☑️
|
||||||
run: |
|
run: |
|
||||||
chmod +x ~/$EXPORT_NAME.x86_64
|
chmod +x ~/$EXPORT_NAME.x86_64
|
||||||
|
|
Loading…
Reference in a new issue