From b268728da7cae79fba3528b73cb1e0bdfa03c6de Mon Sep 17 00:00:00 2001 From: stonegate Date: Mon, 6 Apr 2020 21:13:18 +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 f205c0d..4ec4b10 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - run: name: Build the Android version command: flutter build apk --split-per-abi --no-shrink - -run: + - run: name: Build the Android bundle command: flutter build appbundle --no-shrink