This commit is contained in:
NoCrypt 2024-07-28 18:31:39 +07:00
parent 106a85637c
commit e7c950f3c9

View file

@ -86,7 +86,7 @@ jobs:
action: filippoLeporati93/android-release-signer@v1
with: |
releaseDirectory: capacitor/android/app/build/outputs/apk/release
signingKeyBase64: |
signingKeyBase64: >
${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
@ -97,7 +97,7 @@ jobs:
- uses: jungwinter/split@v2
id: signed_files
with:
msg: ${{ fromJSON( steps.sign_app.outputs.out ).signedReleaseFiles }}
msg: ${{ fromJSON( steps.sign_app.outputs.outputs ).signedReleaseFiles }}
separator: ':'
- name: Upload APK to release