modified: .github/workflows/main.yml

This commit is contained in:
stonegate 2020-05-19 13:30:12 +08:00
parent 1c1ca6d9af
commit 1362ef7cde
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: Configure env
run: |
echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
export KEYSTORE=${HOME}/keystore.jks
dart tool/env.dart
- name: Build android version
run: flutter build appbundle --no-shrink