File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ config/name="test_godot_release_maker"
1414run/main_scene ="res://control.tscn"
1515config/features =PackedStringArray ("4.0" , "Forward Plus" )
1616config/icon ="res://icon.svg"
17+
18+ [editor ]
19+
20+ export/convert_text_resources_to_binary =false
You can’t perform that action at this time.
0 commit comments