mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-04 16:49:42 +00:00
CI: using new sign action
This commit is contained in:
parent
815fe2b329
commit
56ab9a5002
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue