ci: fix export templates path 4.6.stable not .official
Release / Build & Release (push) Failing after 2m52s

This commit is contained in:
2026-07-04 01:28:24 +08:00
parent 1652630153
commit 20cd2d08b8
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
fi fi
cp /cache/godot_4.6 /usr/local/bin/godot cp /cache/godot_4.6 /usr/local/bin/godot
chmod +x /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 if [ ! -f /cache/Godot_v4.6-stable_export_templates.tpz ]; then
echo "Downloading templates..." echo "Downloading templates..."
curl -sL -o /cache/Godot_v4.6-stable_export_templates.tpz \ curl -sL -o /cache/Godot_v4.6-stable_export_templates.tpz \