Skip to content

Commit f252c36

Browse files
committed
Added new actions configuration.
1 parent e902c1a commit f252c36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
with:
3434
# Defining all the required inputs
3535
godot_executable_download_url: https://github.com/ProjectLam/godot-build-scripts/releases/download/0.0-7c6df74978-20230412/godot-linux-0.0.tar.gz
36-
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_export_templates.tpz
36+
godot_export_templates_linux_download_url: https://github.com/ProjectLam/godot-build-scripts/releases/download/0.0-7c6df74978-20230412/godot-linux-0.0.tar.gz
37+
godot_export_templates_windows_download_url: https://github.com/ProjectLam/godot-build-scripts/releases/download/0.0-7c6df74978-20230412/godot-windows-0.0.tar.gz
38+
godot_export_templates_web_download_url: https://github.com/ProjectLam/godot-build-scripts/releases/download/0.0-7c6df74978-20230412/godot-web-0.0.tar.gz
39+
# godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_export_templates.tpz
3740
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }} # set the wine path here which is the output of the wine_install step
3841
relative_project_path: ./
3942
archive_output: true

project.godot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ config/name="test_godot_release_maker"
1414
run/main_scene="res://control.tscn"
1515
config/features=PackedStringArray("4.0", "Forward Plus")
1616
config/icon="res://icon.svg"
17+
18+
[editor]
19+
20+
export/convert_text_resources_to_binary=false

0 commit comments

Comments
 (0)