Udpate github action config.

This commit is contained in:
stonegate 2020-10-11 01:37:06 +08:00
parent 5888ce14a1
commit 3287ac0f78
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
with:
channel: "stable" # 'dev', 'alpha', default to: 'stable'
- run: flutter pub get
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
- run: echo $ENCODED_KEYSTORE | base64 -di > android/app/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> ${HOME}/.profile
- run: dart tool/env.dart
- run: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/