From 84379451fc503acd2cca819f26c879f69e00f139 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 02:34:14 +0000 Subject: [PATCH] chore(deps): update ilharp/sign-android-release action to v2 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0de0296b..3b7eed70c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,14 +53,13 @@ jobs: - name: Sign Apk continue-on-error: true id: sign_apk - uses: ilharp/sign-android-release@v1 + uses: ilharp/sign-android-release@v2 with: releaseDir: app/build/outputs/apk/debug signingKey: ${{ secrets.ANDROID_SIGNING_KEY }} keyAlias: ${{ secrets.ANDROID_KEY_ALIAS }} keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }} keyPassword: ${{ secrets.ANDROID_KEY_PASSWORD }} - buildToolsVersion: 35.0.0 - name: Upload to Archive continue-on-error: true