diff --git a/.forgejo/workflows/godot-ci.yml b/.forgejo/workflows/godot-ci.yml index 7704181..3a8035d 100644 --- a/.forgejo/workflows/godot-ci.yml +++ b/.forgejo/workflows/godot-ci.yml @@ -21,10 +21,7 @@ jobs: lfs: true - name: Windows Build run: | - mkdir -v -p ~/.local/share/godot/export_templates/ mkdir -v -p ~/.config/ - mv /root/.config/godot ~/.config/godot - mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable mkdir -v -p build/windows EXPORT_DIR="$(readlink -f build)" cd $PROJECT_PATH @@ -47,8 +44,6 @@ jobs: lfs: true - name: Linux Build 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 mkdir -v -p build/linux EXPORT_DIR="$(readlink -f build)" cd $PROJECT_PATH @@ -71,8 +66,6 @@ jobs: lfs: true - name: Web Build 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 mkdir -v -p build/web EXPORT_DIR="$(readlink -f build)" cd $PROJECT_PATH @@ -95,8 +88,6 @@ jobs: lfs: true - name: Mac Build 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 mkdir -v -p build/mac EXPORT_DIR="$(readlink -f build)" cd $PROJECT_PATH