Update ci config.

This commit is contained in:
stonegate 2020-10-10 18:20:24 +08:00
parent 4b5d82305f
commit e8affb1c8b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
- run:
name: Update package
command: flutter pub upgrade
- run: chmod +x android/gradlew
- run: android/gradlew build -d
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV