From 8ad5d08b4cd9eb9c3f029d6e421e1a6ae4520e07 Mon Sep 17 00:00:00 2001 From: Nitwel Date: Mon, 11 Dec 2023 15:57:52 +0100 Subject: [PATCH] fix build process --- .github/workflows/build-debug.yml | 8 ++++---- .github/workflows/build-prod.yml | 8 ++++---- export_presets.cfg | 2 +- export_presets_prod.cfg | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index b06cabe..80b9c6b 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -6,7 +6,7 @@ on: - "v*-test" env: - GODOT_VERSION: 4.1.3 + GODOT_VERSION: 4.2.0 EXPORT_NAME: immersive-home jobs: @@ -45,7 +45,7 @@ jobs: mkdir -p ./android/build touch ./android/build/.gdignore - wget -nv https://downloads.tuxfamily.org/godotengine/4.1.3/Godot_v4.1.3-stable_export_templates.tpz -O ./godot_templates.tpz + wget -nv https://downloads.tuxfamily.org/godotengine/4.2.0/Godot_v4.2.0-stable_export_templates.tpz -O ./godot_templates.tpz unzip -q ./godot_templates.tpz -d . rm ./godot_templates.tpz unzip -q ./templates/android_source.zip -d ./android/build/ @@ -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.1.3/Godot_v4.1.3-stable_linux.x86_64.zip - godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.1.3/Godot_v4.1.3-stable_export_templates.tpz + godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.0/Godot_v4.2.0-stable_linux.x86_64.zip + godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.0/Godot_v4.2.0-stable_export_templates.tpz export_debug: true relative_project_path: ./ archive_output: true diff --git a/.github/workflows/build-prod.yml b/.github/workflows/build-prod.yml index d854c53..1ca6526 100644 --- a/.github/workflows/build-prod.yml +++ b/.github/workflows/build-prod.yml @@ -7,7 +7,7 @@ on: - "!v*-test" env: - GODOT_VERSION: 4.1.3 + GODOT_VERSION: 4.2.0 EXPORT_NAME: immersive-home GODOT_ANDROID_KEYSTORE_RELEASE_PATH: /home/runner/work/Immersive-Home/Immersive-Home/release.keystore GODOT_ANDROID_KEYSTORE_RELEASE_USER: ${{ secrets.RELEASE_USER }} @@ -55,7 +55,7 @@ jobs: mkdir -p ./android/build touch ./android/build/.gdignore - wget -nv https://downloads.tuxfamily.org/godotengine/4.1.3/Godot_v4.1.3-stable_export_templates.tpz -O ./godot_templates.tpz + wget -nv https://downloads.tuxfamily.org/godotengine/4.2.0/Godot_v4.2.0-stable_export_templates.tpz -O ./godot_templates.tpz unzip -q ./godot_templates.tpz -d . rm ./godot_templates.tpz unzip -q ./templates/android_source.zip -d ./android/build/ @@ -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.1.3/Godot_v4.1.3-stable_linux.x86_64.zip - godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.1.3/Godot_v4.1.3-stable_export_templates.tpz + godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.0/Godot_v4.2.0-stable_linux.x86_64.zip + godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.0/Godot_v4.2.0-stable_export_templates.tpz relative_project_path: ./ archive_output: true diff --git a/export_presets.cfg b/export_presets.cfg index 952470b..fe1d299 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -6,7 +6,7 @@ runnable=true dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="*.j2,*.woff2" +include_filter="*.j2,*.woff2,*.tff" exclude_filter="" export_path="builds/android/immersive-home.apk" encryption_include_filters="" diff --git a/export_presets_prod.cfg b/export_presets_prod.cfg index 8222d14..ef33b0d 100644 --- a/export_presets_prod.cfg +++ b/export_presets_prod.cfg @@ -6,7 +6,7 @@ runnable=false dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="*.j2,*.woff2" +include_filter="*.j2,*.woff2,*.tff" exclude_filter="" export_path="builds/android/immersive-home.apk" encryption_include_filters=""