Try to fix macos CI again...

This commit is contained in:
Rodz Labs 2023-11-10 12:01:20 +01:00
parent 3ec053ccd2
commit 866b9a46c4
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ jobs:
- name: Download and extract export templates 💾
run: |
mkdir -v -p ~/.local/share/godot/templates/${GODOT_VERSION}.${GODOT_SUB}
curl -O ${GODOT_DOWNLOAD_URL}/${GODOT_VERSION}-${GODOT_SUB}/Godot_v${GODOT_VERSION}-${GODOT_SUB}_export_templates.tpz
wget -q ${GODOT_DOWNLOAD_URL}/${GODOT_VERSION}-${GODOT_SUB}/Godot_v${GODOT_VERSION}-${GODOT_SUB}_export_templates.tpz
ls -la
unzip -a Godot_v${GODOT_VERSION}-${GODOT_SUB}_export_templates.tpz
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION}.${GODOT_SUB}