From db061a79463ea5b7cd489bb7d734a89086207360 Mon Sep 17 00:00:00 2001 From: adtpdn Date: Sat, 4 Jul 2026 01:34:28 +0800 Subject: [PATCH] ci: fix second ref to .official dir --- .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 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