aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author Spartan322 <Megacake1234@gmail.com>2023-05-20 20:25:58 +0200
committer Spartan322 <Megacake1234@gmail.com>2023-05-20 20:25:58 +0200
commitb9b562e3c2d076dd58eaf4d1b3612342e2f46208 (patch)
treebc369ddd3339cf2d723e4df5dddeff79b6f764cf /.github
parente80966ad4d92599bd5f899dfa708d2e6d131b7e7 (diff)
Update to Godot 4.0.3 Stable Release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index b782ca4..43879be 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -147,8 +147,8 @@ jobs:
id: export_game
uses: Spartan322/godot-export@master
with:
- godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.2/Godot_v4.0.2-stable_linux.x86_64.zip
- godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.2/Godot_v4.0.2-stable_export_templates.tpz
+ godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.3/Godot_v4.0.3-stable_linux.x86_64.zip
+ godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.3/Godot_v4.0.3-stable_export_templates.tpz
relative_project_path: ./game
export_as_pack: true
export_debug: true
@@ -195,8 +195,8 @@ jobs:
id: export_game
uses: Spartan322/godot-export@master
with:
- godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.2/Godot_v4.0.2-stable_linux.x86_64.zip
- godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.2/Godot_v4.0.2-stable_export_templates.tpz
+ godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.3/Godot_v4.0.3-stable_linux.x86_64.zip
+ godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.3/Godot_v4.0.3-stable_export_templates.tpz
relative_project_path: ./game
archive_output: true
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}