From 82280778136bd3e3f7dc5bd6f2080a16e22624a2 Mon Sep 17 00:00:00 2001 From: Dmitry Borodin Date: Wed, 31 Jan 2024 18:25:08 +0100 Subject: [PATCH] hardcoded build tools to 34 --- .github/workflows/android-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index c876435878..f3573ee57e 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -140,7 +140,7 @@ jobs: keyStorePassword: ${{ secrets.ANDROID_PLAY_STORE_KEYSTORE_PASSWORD }} keyPassword: ${{ secrets.ANDROID_PLAY_STORE_KEYSTORE_PASSWORD }} env: - BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }} + BUILD_TOOLS_VERSION: "34.0.0" - name: Upload Gplay release APKs uses: actions/upload-artifact@v3