From c76007d735de0e0420a5291e1ec14504ed4e73cc Mon Sep 17 00:00:00 2001 From: Jeferson Souza Date: Wed, 10 Jan 2024 00:50:08 -0300 Subject: [PATCH] update godot version --- .github/workflows/build-android.yml | 4 ++-- .github/workflows/build-html5.yml | 4 ++-- .github/workflows/build-linux.yml | 4 ++-- .github/workflows/build-macos.yml | 4 ++-- .github/workflows/build-windows.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 82e8758..4ad492b 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -3,7 +3,7 @@ name: Build for Android on: workflow_dispatch env: - GODOT_VERSION: 3.5.3 + GODOT_VERSION: 3.5.2 EXPORT_NAME: mugen CARGO_TERM_COLOR: always JAVA_VERSION: 1.8 @@ -19,7 +19,7 @@ jobs: name: Android export runs-on: ubuntu-latest container: - image: barichello/godot-ci:3.5.3 + image: barichello/godot-ci:3.5.2 credentials: username: jefersondaniel password: ${{ secrets.GHCR_TOKEN }} diff --git a/.github/workflows/build-html5.yml b/.github/workflows/build-html5.yml index 7345113..d519130 100644 --- a/.github/workflows/build-html5.yml +++ b/.github/workflows/build-html5.yml @@ -3,7 +3,7 @@ name: Build for HTML5 on: workflow_dispatch env: - GODOT_VERSION: 3.5.3 + GODOT_VERSION: 3.5.2 EXPORT_NAME: mugen CARGO_TERM_COLOR: always EMSDK_VERSION: 3.1.14 @@ -13,7 +13,7 @@ jobs: name: HTML5 export runs-on: ubuntu-latest container: - image: barichello/godot-ci:3.5.3 + image: barichello/godot-ci:3.5.2 steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 2b259c0..2b07010 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -3,7 +3,7 @@ name: Build for Linux on: workflow_dispatch env: - GODOT_VERSION: 3.5.3 + GODOT_VERSION: 3.5.2 EXPORT_NAME: mugen CARGO_TERM_COLOR: always @@ -12,7 +12,7 @@ jobs: name: Linux export runs-on: ubuntu-latest container: - image: barichello/godot-ci:3.5.3 + image: barichello/godot-ci:3.5.2 credentials: username: jefersondaniel password: ${{ secrets.GHCR_TOKEN }} diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 5f3ccac..f25abdf 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -3,7 +3,7 @@ name: Build for MacOS on: workflow_dispatch env: - GODOT_VERSION: 3.5.3 + GODOT_VERSION: 3.5.2 EXPORT_NAME: mugen CARGO_TERM_COLOR: always MACOS_SDK_TAR: https://s3.dockerproject.org/darwin/v2/MacOSX10.10.sdk.tar.xz @@ -15,7 +15,7 @@ jobs: name: MacOSX export runs-on: ubuntu-latest container: - image: barichello/godot-ci:3.5.3 + image: barichello/godot-ci:3.5.2 credentials: username: jefersondaniel password: ${{ secrets.GHCR_TOKEN }} diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index e182ea9..5ee9b3c 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -3,7 +3,7 @@ name: Build for Windows on: workflow_dispatch env: - GODOT_VERSION: 3.5.3 + GODOT_VERSION: 3.5.2 EXPORT_NAME: mugen CARGO_TERM_COLOR: always @@ -12,7 +12,7 @@ jobs: name: Windows export runs-on: ubuntu-latest container: - image: barichello/godot-ci:3.5.3 + image: barichello/godot-ci:3.5.2 credentials: username: jefersondaniel password: ${{ secrets.GHCR_TOKEN }}