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