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