Skip to content

Commit a62faa4

Browse files
authored
Fixed automatic builds
1 parent edee89f commit a62faa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
sed -i "s/var patch = .*/var patch = \"$PATCH\"/" Autoload/Version.gd
3434
- name: Setup Godot and Export Templates
3535
run: |
36-
wget -q https://downloads.tuxfamily.org/godotengine/3.5.3/Godot_v3.5.3-stable_linux_headless.64.zip
37-
wget -q https://downloads.tuxfamily.org/godotengine/3.5.3/Godot_v3.5.3-stable_export_templates.tpz
36+
wget -q https://github.com/godotengine/godot/releases/download/3.5.3-stable/Godot_v3.5.3-stable_linux_headless.64.zip
37+
wget -q https://github.com/godotengine/godot/releases/download/3.5.3-stable/Godot_v3.5.3-stable_export_templates.tpz
3838
unzip -q Godot_v3.5.3-stable_linux_headless.64.zip
3939
unzip -q Godot_v3.5.3-stable_export_templates.tpz
4040
mkdir -p ~/.local/share/godot/templates/3.5.3.stable/

0 commit comments

Comments
 (0)