Skip to content

Commit 96fd2e4

Browse files
committed
Update to Godot 4.0 stable
1 parent aaf6c28 commit 96fd2e4

4 files changed

Lines changed: 54 additions & 54 deletions

File tree

.github/workflows/dispatch-export.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
id: export
6161
uses: firebelley/godot-export@master
6262
with:
63-
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_linux.x86_64.zip
64-
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_export_templates.tpz
63+
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_linux.x86_64.zip
64+
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz
6565
relative_project_path: ./ # build the standard project
6666
relative_export_path: ./my/build/destination # move export output to this directory relative to git root
6767
archive_output: true

.github/workflows/push-export.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
id: export
2525
uses: firebelley/godot-export@master
2626
with:
27-
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_linux.x86_64.zip
28-
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/rc6/Godot_v4.0-rc6_export_templates.tpz
27+
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_linux.x86_64.zip
28+
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz
2929
relative_project_path: ./ # build the standard project
3030
relative_export_path: ./build # move export output to this directory relative to git root
3131
archive_output: true

0 commit comments

Comments
 (0)