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