mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: ../../.github/workflows/build-gdc.yml
This commit is contained in:
parent
e240b5e567
commit
065f40e5e9
8
.github/workflows/build-gdc.yml
vendored
8
.github/workflows/build-gdc.yml
vendored
|
@ -37,11 +37,7 @@ 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
|
||||||
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 ../
|
||||||
list2=$(ls -ltr)
|
|
||||||
echo $list2
|
|
||||||
|
|
||||||
# - name: Give execute permission ☑️
|
# - name: Give execute permission ☑️
|
||||||
# working-directory: tools/configurator
|
# working-directory: tools/configurator
|
||||||
|
@ -54,8 +50,8 @@ jobs:
|
||||||
- name: Create tar.gz archive 🗜️
|
- name: Create tar.gz archive 🗜️
|
||||||
working-directory: tools/configurator
|
working-directory: tools/configurator
|
||||||
run: |
|
run: |
|
||||||
cd
|
cd
|
||||||
cd build
|
cd tools/configurator/build
|
||||||
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz ${EXPORT_NAME}-Linux-64bit
|
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz ${EXPORT_NAME}-Linux-64bit
|
||||||
- name: Upload Release Asset 🚀
|
- name: Upload Release Asset 🚀
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
|
Loading…
Reference in a new issue