We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8ea6e commit 9fc7d66Copy full SHA for 9fc7d66
.github/workflows/main.yml
@@ -31,8 +31,8 @@ jobs:
31
uses: firebelley/godot-export@v6.0.0
32
with:
33
# Defining all the required inputs
34
- godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_linux.x86_64.zip
35
- godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz
+ godot_executable_download_url: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_mono_linux_x86_64.zip
+ godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/4.3-stable/Godot_v4.3-stable_mono_export_templates.tpz
36
relative_project_path: ./
37
archive_output: true
38
0 commit comments