Skip to content

Commit 5d8860d

Browse files
committed
Upgraded engine version
1 parent eea0e2f commit 5d8860d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
uses: firebelley/godot-export@v5.0.0
3232
with:
3333
# 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
34+
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_linux.x86_64.zip
35+
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_export_templates.tpz
3636
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }} # set the wine path here which is the output of the wine_install step
3737
relative_project_path: ./
3838
archive_output: true

export_presets.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ custom_features=""
115115
export_filter="all_resources"
116116
include_filter=""
117117
exclude_filter=""
118-
export_path="../build/plam_game/window/test.html"
118+
export_path="../build/plam_game/web/test.html"
119119
encryption_include_filters=""
120120
encryption_exclude_filters=""
121121
encrypt_pck=false

0 commit comments

Comments
 (0)