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
dcd581cc92
commit
58a37bd628
6
.github/workflows/build-gdc.yml
vendored
6
.github/workflows/build-gdc.yml
vendored
|
@ -40,14 +40,14 @@ jobs:
|
|||
- name: Linux Build 🔧
|
||||
continue-on-error: true
|
||||
run: |
|
||||
godot --headless -v --export-release "Linux/X11 64-bit" ~/$EXPORT_NAME.x86_64
|
||||
godot --headless -v --export-release "Linux/X11 64-bit" ~/$EXPORT_NAME.pck
|
||||
- name: Give execute permission ☑️
|
||||
run: |
|
||||
chmod +x ~/$EXPORT_NAME.x86_64
|
||||
chmod +x ~/$EXPORT_NAME.pck
|
||||
- name: Create tar.gz archive 🗜️
|
||||
run: |
|
||||
cd build
|
||||
tar zcvf ~/${EXPORT_NAME}-Linux-64bit.tar.gz ~/$EXPORT_NAME.x86_64
|
||||
tar zcvf ~/${EXPORT_NAME}-Linux-64bit.tar.gz ~/$EXPORT_NAME.pck
|
||||
|
||||
- name: Upload Linux x86_64 Artifact 🚀
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
@ -155,7 +155,7 @@ modules:
|
|||
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
|
||||
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
|
||||
|
||||
-name: godot-configurator
|
||||
- name: godot-configurator
|
||||
buildsystem: simple
|
||||
sources:
|
||||
- type: archive
|
||||
|
|
Loading…
Reference in a new issue