From 866b9a46c47ba9e23ab37e3da7446b33fa77a994 Mon Sep 17 00:00:00 2001 From: Rodz Labs Date: Fri, 10 Nov 2023 12:01:20 +0100 Subject: [PATCH] Try to fix macos CI again... --- .github/workflows/dev-desktop-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 492dde2f..69d882c3 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -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}