We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e67bd1 + a62faa4 commit 499ea1fCopy full SHA for 499ea1f
.github/workflows/main.yml
@@ -33,8 +33,8 @@ jobs:
33
sed -i "s/var patch = .*/var patch = \"$PATCH\"/" Autoload/Version.gd
34
- name: Setup Godot and Export Templates
35
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
+ wget -q https://github.com/godotengine/godot/releases/download/3.5.3-stable/Godot_v3.5.3-stable_linux_headless.64.zip
+ wget -q https://github.com/godotengine/godot/releases/download/3.5.3-stable/Godot_v3.5.3-stable_export_templates.tpz
38
unzip -q Godot_v3.5.3-stable_linux_headless.64.zip
39
unzip -q Godot_v3.5.3-stable_export_templates.tpz
40
mkdir -p ~/.local/share/godot/templates/3.5.3.stable/
0 commit comments