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
7b5f99d81d
commit
8d892ed4e5
6
.github/workflows/build-gdc.yml
vendored
6
.github/workflows/build-gdc.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
working-directory: tools/configurator
|
working-directory: tools/configurator
|
||||||
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" test.x86_64
|
||||||
cp ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 ../
|
cp ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 ../
|
||||||
|
|
||||||
# - name: Give execute permission ☑️
|
# - name: Give execute permission ☑️
|
||||||
|
@ -50,9 +50,7 @@ jobs:
|
||||||
- name: Create tar.gz archive 🗜️
|
- name: Create tar.gz archive 🗜️
|
||||||
working-directory: tools/configurator
|
working-directory: tools/configurator
|
||||||
run: |
|
run: |
|
||||||
cd
|
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz test.x86_64
|
||||||
cd tools/configurator/build
|
|
||||||
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
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue