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:19:18 +01:00
parent a79ff31be2
commit 9cebb4d552

View file

@ -8,7 +8,7 @@ on:
env: env:
GODOT_VERSION: 4.2.2 GODOT_VERSION: 4.2.2
EXPORT_NAME: RetroDECK-Godot EXPORT_NAME: RetroDECKGodot
TAG: v0.005 TAG: v0.005
#BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} #BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
@ -25,6 +25,7 @@ jobs:
submodules: true submodules: true
- name: Setup 💻 - name: Setup 💻
run: | run: |
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 📦