From 56ab9a50022d9f3e1b00a87cb1a7753f0ba951a6 Mon Sep 17 00:00:00 2001 From: ncpt <57245077+NoCrypt@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:43:24 +0700 Subject: [PATCH] CI: using new sign action --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e4fc1aa..d732899 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -83,7 +83,7 @@ jobs: id: sign_app with: attempt_limit: 3 - action: NoCrypt/sign-android@latest + action: NoCrypt/sign-android@main with: | releaseDir: capacitor/android/app/build/outputs/apk/release signingKey: ${{ secrets.SIGNING_KEY }}