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
1d81db0474
commit
c45d4be55c
11
.github/workflows/build-gdc.yml
vendored
11
.github/workflows/build-gdc.yml
vendored
|
@ -36,10 +36,13 @@ jobs:
|
|||
working-directory: tools/configurator
|
||||
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
|
||||
godot --headless -v --export-release "linux" ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
|
||||
list1=$(ls -ltr);
|
||||
echo $list1
|
||||
cp ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 ../
|
||||
list2=$(ls -ltr)
|
||||
echo $list2
|
||||
|
||||
- name: Give execute permission ☑️
|
||||
working-directory: tools/configurator
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue