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:45:42 +01:00
parent 5b9189dfec
commit 832fae4ff7

View file

@ -5,6 +5,7 @@ on:
branches: [ feat/godot-configurator ] branches: [ feat/godot-configurator ]
workflow_dispatch: workflow_dispatch:
branches: [ feat/godot-configurator ]
env: env:
GODOT_VERSION: 4.2.2 GODOT_VERSION: 4.2.2
@ -25,7 +26,7 @@ jobs:
submodules: true submodules: true
- name: Setup 💻 - name: Setup 💻
run: | run: |
cd RetroDECK_UK/tools/configurator cd /tools/configurator
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 📦