Skip to content

Commit c1cdc30

Browse files
Fix macOS builds by downloading the export templates from GitHub
1 parent fcfc606 commit c1cdc30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-desktop-builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Download and extract export templates 💾
124124
run: |
125125
mkdir -v -p ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable
126-
curl -O https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION_MAC}/Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
126+
wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION_MAC}-stable/Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
127127
unzip -a Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
128128
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable
129129
- name: Download Godot headless binary 🤖

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Download and extract export templates 💾
142142
run: |
143143
mkdir -v -p ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable
144-
curl -O https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION_MAC}/Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
144+
wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION_MAC}-stable/Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
145145
unzip -a Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
146146
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable
147147
- name: Download Godot headless binary 🤖

0 commit comments

Comments
 (0)