diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 7f3fffac..320b471c 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -5,6 +5,7 @@ on: branches: [ feat/godot-configurator ] workflow_dispatch: + branches: [ feat/godot-configurator ] env: GODOT_VERSION: 4.2.2 @@ -25,7 +26,7 @@ jobs: submodules: true - name: Setup 💻 run: | - cd RetroDECK_UK/tools/configurator + cd /tools/configurator 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 - name: Import resources once 📦