From 2e10a0aa94f92585954bb6de09df0f36f67f4c9c Mon Sep 17 00:00:00 2001 From: stonegate Date: Fri, 8 May 2020 19:44:28 +0800 Subject: [PATCH] modified: .circleci/config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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