From d1809113cd8fb4a7ae93896f7fb499cf638377d2 Mon Sep 17 00:00:00 2001 From: DmitriySalnikov Date: Tue, 5 Nov 2024 12:51:04 +0300 Subject: [PATCH] Updated the version of Godot in CI --- .github/workflows/gdextension_build.yml | 6 +++--- .github/workflows/web_deploy.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gdextension_build.yml b/.github/workflows/gdextension_build.yml index fd4c16cc..70813e75 100644 --- a/.github/workflows/gdextension_build.yml +++ b/.github/workflows/gdextension_build.yml @@ -307,7 +307,7 @@ jobs: with: submodules: recursive - - name: Compile GDExtension + - name: Compile GDExtension target=editor uses: ./.github/actions/compile_gdextension with: platform: ${{matrix.platform}} @@ -319,7 +319,7 @@ jobs: use_cache: ${{env.USE_CACHE}} token: ${{secrets.TELEMETRY_TOKEN}} - - name: Compile GDExtension + - name: Compile GDExtension target=template_release uses: ./.github/actions/compile_gdextension with: platform: ${{matrix.platform}} @@ -408,7 +408,7 @@ jobs: env: # Sync with container: image: - GODOT_VERSION: 4.2.1-stable + GODOT_VERSION: 4.2.2-stable ADDON_DIR: debug_draw_3d PROJECT_PATH: dd3d_web_build TESTS_PATH: examples_dd3d diff --git a/.github/workflows/web_deploy.yml b/.github/workflows/web_deploy.yml index 72696837..90992c2c 100644 --- a/.github/workflows/web_deploy.yml +++ b/.github/workflows/web_deploy.yml @@ -273,7 +273,7 @@ jobs: needs: [data_preparation, generate_docs, web-gdextension] env: - GODOT_VERSION: 4.2.1-stable + GODOT_VERSION: 4.2.2-stable PROJECT_PATH: dd3d_web_build BUILD_FOLDER: demo_build