aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author Spartan322 <Megacake1234@gmail.com>2023-04-11 16:59:40 +0200
committer Spartan322 <Megacake1234@gmail.com>2023-04-11 16:59:40 +0200
commitb01832e939b639c25ee4d60438517768b1d2173d (patch)
tree96780b3ef006332c4959e4639195c92f13c3a858 /.github/workflows
parent21aeaadf332d1a0d874f2c3850944fbdc6e64ff1 (diff)
Update to Godot 4.0.2 Stable Release
Remove specific Godot version references for non-links in README.md
Diffstat (limited to '.github/workflows')
-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 88d5200..772b16c 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -143,8 +143,8 @@ jobs:
id: export_game
uses: Spartan322/godot-export@master
with:
- godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_linux.x86_64.zip
- godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_export_templates.tpz
+ 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
relative_project_path: ./game
export_as_pack: true
export_debug: true
@@ -191,8 +191,8 @@ jobs:
id: export_game
uses: Spartan322/godot-export@master
with:
- godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_linux.x86_64.zip
- godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_export_templates.tpz
+ 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
relative_project_path: ./game
archive_output: true
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}