From e924cb3c36fe04b3ca5e03f1fbbf98c1746751eb Mon Sep 17 00:00:00 2001 From: HuanChengFly <609486518@qq.com> Date: Mon, 1 Feb 2021 19:17:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E9=99=A4=E6=B7=B7=E6=B7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 593f125c..afa247b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,9 +32,9 @@ jobs: key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: name: Initial build - command: ./gradlew clean resguardRelease --no-daemon --stacktrace + command: ./gradlew clean assembleRelease --no-daemon --stacktrace - store_artifacts: - path: app/release/ + path: app/build/outputs/apk/release/ destination: apk/ - store_artifacts: path: app/build/outputs/mapping/release/