diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5e663e8..f06079d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: fi cp /cache/godot_4.6 /usr/local/bin/godot chmod +x /usr/local/bin/godot - mkdir -p ~/.local/share/godot/export_templates/4.6.stable.official + mkdir -p ~/.local/share/godot/export_templates/4.6.stable if [ ! -f /cache/Godot_v4.6-stable_export_templates.tpz ]; then echo "Downloading templates..." curl -sL -o /cache/Godot_v4.6-stable_export_templates.tpz \