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