diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f06079d..48b4386 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: curl -sL -o /cache/Godot_v4.6-stable_export_templates.tpz \ "https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz" fi - cd ~/.local/share/godot/export_templates/4.6.stable.official + cd ~/.local/share/godot/export_templates/4.6.stable unzip -q -o /cache/Godot_v4.6-stable_export_templates.tpz mv templates/* . rm -rf templates