mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: ../../.github/workflows/build-gdc.yml
This commit is contained in:
parent
07d4be2669
commit
1d81db0474
2
.github/workflows/build-gdc.yml
vendored
2
.github/workflows/build-gdc.yml
vendored
|
@ -37,7 +37,9 @@ jobs:
|
|||
continue-on-error: true
|
||||
run: |
|
||||
godot --headless -v --export-release "linux" ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
|
||||
ls -ltr
|
||||
cp ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 ../
|
||||
ls -ltr
|
||||
- name: Give execute permission ☑️
|
||||
working-directory: tools/configurator
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue