diff --git a/.circleci/config.yml b/.circleci/config.yml index 18c1e35..8809e70 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,11 +18,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 appbundle --obfuscate --split-debug-info=debug/ - run: name: Build the Android apk command: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/ + - run: + name: Build the Android version + command: flutter build appbundle --obfuscate --split-debug-info=debug/ - store_artifacts: path: build/app/outputs/