1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-17 20:10:37 +01:00

modified: .github/workflows/main.yml

This commit is contained in:
stonegate 2020-05-19 13:30:12 +08:00
parent 1c1ca6d9af
commit 1362ef7cde

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