On branch feat/godot-configurator

Changes to be committed:
	modified:   ../../.github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-05 20:53:46 +01:00
parent 367d61b94f
commit 9577783fde

View file

@ -17,7 +17,6 @@ jobs:
export-linux: export-linux:
name: Linux Export 🐧 name: Linux Export 🐧
runs-on: ubuntu-latest runs-on: ubuntu-latest
working-directory: tools/configurator
container: container:
image: docker://barichello/godot-ci:4.2.2 image: docker://barichello/godot-ci:4.2.2
steps: steps:
@ -31,6 +30,7 @@ jobs:
mkdir -v -p build/${EXPORT_NAME}-Linux-64bit ~/.local/share/godot/export_templates mkdir -v -p build/${EXPORT_NAME}-Linux-64bit ~/.local/share/godot/export_templates
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Import resources once 📦 - name: Import resources once 📦
working-directory: tools/configurator
continue-on-error: true continue-on-error: true
run: godot --headless -v --import run: godot --headless -v --import
- name: Linux Build 🔧 - name: Linux Build 🔧