From 20cd2d08b8a94f53f9c413142da5ff07c1d2edfa Mon Sep 17 00:00:00 2001 From: adtpdn Date: Sat, 4 Jul 2026 01:28:24 +0800 Subject: [PATCH] ci: fix export templates path 4.6.stable not .official --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \