mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: ../../.github/workflows/build-gdc.yml
This commit is contained in:
parent
5b9189dfec
commit
832fae4ff7
3
.github/workflows/build-gdc.yml
vendored
3
.github/workflows/build-gdc.yml
vendored
|
@ -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 📦
|
||||||
|
|
Loading…
Reference in a new issue