fix typo
This commit is contained in:
parent
81bdd4327b
commit
fa76c7f265
4
.github/workflows/build-debug.yml
vendored
4
.github/workflows/build-debug.yml
vendored
|
@ -57,8 +57,8 @@ jobs:
|
|||
uses: firebelley/godot-export@v5.2.1
|
||||
with:
|
||||
# Defining all the required inputs
|
||||
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2-rc1_linux.x86_64.zip
|
||||
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2-rc1_export_templates.tpz
|
||||
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2.1-rc1_linux.x86_64.zip
|
||||
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2.1-rc1_export_templates.tpz
|
||||
export_debug: true
|
||||
relative_project_path: ./
|
||||
archive_output: true
|
||||
|
|
4
.github/workflows/build-prod.yml
vendored
4
.github/workflows/build-prod.yml
vendored
|
@ -76,8 +76,8 @@ jobs:
|
|||
uses: firebelley/godot-export@v5.2.1
|
||||
with:
|
||||
# Defining all the required inputs
|
||||
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2-rc1_linux.x86_64.zip
|
||||
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2-rc1_export_templates.tpz
|
||||
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2.1-rc1_linux.x86_64.zip
|
||||
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.1/rc1/Godot_v4.2.1-rc1_export_templates.tpz
|
||||
relative_project_path: ./
|
||||
archive_output: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user