ci: adjust build.gradle and setup signing configuration

This commit is contained in:
13574
2023-09-08 11:34:41 +08:00
parent 21764d2653
commit 70b38e8427
2 changed files with 16 additions and 4 deletions

View File

@@ -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 }}