ci: fix second ref to .official dir
Release / Build & Release (push) Failing after 5m14s

This commit is contained in:
2026-07-04 01:34:28 +08:00
parent 20cd2d08b8
commit db061a7946
+1 -1
View File
@@ -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