File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
- name : Download and extract export templates 💾
124
124
run : |
125
125
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
127
127
unzip -a Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
128
128
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable
129
129
- name : Download Godot headless binary 🤖
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
- name : Download and extract export templates 💾
142
142
run : |
143
143
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
145
145
unzip -a Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
146
146
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable
147
147
- name : Download Godot headless binary 🤖
You can’t perform that action at this time.
0 commit comments