ci: fix export templates path 4.6.stable not .official
Release / Build & Release (push) Failing after 2m52s
Release / Build & Release (push) Failing after 2m52s
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user