mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-29 07:06:47 +08:00
ci: adjust build.gradle and setup signing configuration
This commit is contained in:
3
.github/workflows/android_ci.yml
vendored
3
.github/workflows/android_ci.yml
vendored
@@ -38,8 +38,9 @@ jobs:
|
||||
run: echo $ENCODED_STRING | base64 -di > app/keystore.jks
|
||||
|
||||
- name: Build apk
|
||||
run: flutter build android release
|
||||
run: flutter build apk --release --split-per-abi
|
||||
env:
|
||||
CI: true
|
||||
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
|
||||
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
|
||||
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user