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/