From f86652d8a373ee5cd06fd61745fd784242d35f2c Mon Sep 17 00:00:00 2001 From: stonegate Date: Wed, 6 May 2020 21:13:40 +0800 Subject: [PATCH] modified: .circleci/config.yml --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c6c609d..9a0c87e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,12 +16,11 @@ jobs: - run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks - run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV - run: dart tool/env.dart - - run: - name: Build the Android version - command: flutter build apk --split-per-abi --no-shrink - run: name: Build the Android bundle - command: flutter build appbundle --no-shrink - + command: flutter build appbundle --no-shrink --info + - run: + name: Build the Android version + command: flutter build apk --split-per-abi --no-shrink --info - store_artifacts: path: build/app/outputs/ \ No newline at end of file