mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 08:31:58 +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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue