mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-30 01:25:55 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: ../../.github/workflows/build-gdc.yml
This commit is contained in:
parent
90f1621d5c
commit
d209d78aa9
3
.github/workflows/build-gdc.yml
vendored
3
.github/workflows/build-gdc.yml
vendored
|
@ -38,6 +38,7 @@ jobs:
|
||||||
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
|
||||||
- name: Give execute permission ☑️
|
- name: Give execute permission ☑️
|
||||||
|
working-directory: tools/configurator
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
|
chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
|
||||||
# - name: Copy pixelorama_data folder 📁
|
# - name: Copy pixelorama_data folder 📁
|
||||||
|
@ -45,10 +46,12 @@ jobs:
|
||||||
# rm ./pixelorama_data/.gdignore
|
# rm ./pixelorama_data/.gdignore
|
||||||
# cp -R ./pixelorama_data ./build/${EXPORT_NAME}-Linux-64bit
|
# cp -R ./pixelorama_data ./build/${EXPORT_NAME}-Linux-64bit
|
||||||
- name: Create tar.gz archive 🗜️
|
- name: Create tar.gz archive 🗜️
|
||||||
|
working-directory: tools/configurator
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd 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 🚀
|
||||||
|
working-directory: tools/configurator
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue