From 941786971988106a97760742f7bef22deaf0fcea Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Mon, 29 Sep 2025 17:51:01 +0200 Subject: [PATCH] don't move --- .gitea/workflows/push.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 1b6b10a1..aae80f08 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -21,8 +21,7 @@ jobs: lfs: true - name: Setup run: | - mkdir -v -p ~/.local/share/godot/export_templates/ - mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable + git clone https://github.com/enekonieto/escoria-demo-game $PROJECT_PATH/../escoria-demo-game - name: Linux Build run: | mkdir -v -p build/linux @@ -46,8 +45,7 @@ jobs: lfs: true - name: Setup run: | - mkdir -v -p ~/.local/share/godot/export_templates/ - mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable + git clone https://github.com/enekonieto/escoria-demo-game $PROJECT_PATH/../escoria-demo-game - name: Linux Build run: | mkdir -v -p build/linux @@ -75,8 +73,7 @@ jobs: lfs: true - name: Setup run: | - mkdir -v -p ~/.local/share/godot/export_templates/ - mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable + git clone https://github.com/enekonieto/escoria-demo-game $PROJECT_PATH/../escoria-demo-game - name: Web Build run: | mkdir -v -p build/web