On branch feat/godot-configurator

Changes to be committed:
	modified:   ../../.github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-06 00:44:05 +01:00
parent dcd581cc92
commit 58a37bd628
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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