mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-13 13:00:34 +00:00
CI: typo
This commit is contained in:
parent
106a85637c
commit
e7c950f3c9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue