mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +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: |
|
||||
godot --headless -v --export-release "linux" ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
|
||||
- name: Give execute permission ☑️
|
||||
working-directory: tools/configurator
|
||||
run: |
|
||||
chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64
|
||||
# - name: Copy pixelorama_data folder 📁
|
||||
|
@ -45,10 +46,12 @@ jobs:
|
|||
# rm ./pixelorama_data/.gdignore
|
||||
# cp -R ./pixelorama_data ./build/${EXPORT_NAME}-Linux-64bit
|
||||
- name: Create tar.gz archive 🗜️
|
||||
working-directory: tools/configurator
|
||||
run: |
|
||||
cd build
|
||||
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz ${EXPORT_NAME}-Linux-64bit
|
||||
- name: Upload Release Asset 🚀
|
||||
working-directory: tools/configurator
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue