diff --git a/.circleci/config.yml b/.circleci/config.yml index 59f27c6..a95eb2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: name: Build the Android version command: flutter build appbundle --no-shrink - run: - name: BUild the Android apks + name: Build the Android apks command: flutter build build apk --split-per-abi --no-shrink - store_artifacts: path: build/app/outputs/ \ No newline at end of file