diff --git a/.circleci/config.yml b/.circleci/config.yml index e9eafd09..593f125c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,4 +35,7 @@ jobs: command: ./gradlew clean resguardRelease --no-daemon --stacktrace - store_artifacts: path: app/release/ - destination: apks/ + destination: apk/ + - store_artifacts: + path: app/build/outputs/mapping/release/ + destination: mapping/ diff --git a/.czrc b/.czrc new file mode 100644 index 00000000..acce9af4 Binary files /dev/null and b/.czrc differ