This commit is contained in:
ncpt 2024-07-29 14:41:28 +07:00 committed by GitHub
parent 99dd8762d0
commit 815fe2b329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ jobs:
id: sign_app
with:
attempt_limit: 3
action: NoCrypt/sign-android@v1.0.1
action: NoCrypt/sign-android@latest
with: |
releaseDir: capacitor/android/app/build/outputs/apk/release
signingKey: ${{ secrets.SIGNING_KEY }}
@ -94,7 +94,7 @@ jobs:
- uses: jungwinter/split@v2
id: signed_files
with:
msg: ${{ fromJSON( steps.sign_app.outputs.outputs ).signedReleaseFiles }}
msg: ${{ fromJSON( steps.sign_app.outputs.outputs ).signedFiles }}
separator: ':'
- name: Upload APK to release