Update github action config.

This commit is contained in:
stonegate 2020-10-11 01:11:24 +08:00
parent 9437d37017
commit 2681385830
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
channel: "stable" # 'dev', 'alpha', default to: 'stable'
- run: flutter pub get
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
- 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/
- run: flutter build appbundle --obfuscate --split-debug-info=debug/