From 8a12590756c743fe5e548f4c3bfc9c80b6ef8d3d Mon Sep 17 00:00:00 2001 From: cvnertnc <148134890+cvnertnc@users.noreply.github.com> Date: Wed, 20 Mar 2024 01:05:27 +0300 Subject: [PATCH] `Update verify.yml` --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index e2ee87ba1..a0c522728 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -98,7 +98,7 @@ jobs: sudo apt-get update sudo apt-get install -y ccache apksigner glslang-dev glslang-tools - name: Build - run: ./.ci/scripts/android/eaReleasebuild.sh + run: ./.ci/scripts/android/eabuild.sh - name: Copy and sign artifacts env: EA_PLAY_ANDROID_KEYSTORE_B64: ${{ secrets.PLAY_ANDROID_KEYSTORE_B64 }}