mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue