From 4b324cd72b62b9555448139ca056478977573c16 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 11 Oct 2019 21:51:46 -0700 Subject: [PATCH] change circleci config --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 32cf8be..07e91b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,8 +33,13 @@ jobs: - run: name: Build command: cargo build --release --target "$TARGET" + - run: + name: prepare release zip + command: mkdir release && zip "release/$CIRCLE_PROJECT_REPONAME-$CIRCLE_TAG-$CIRCLE_TAG-x86_64-unknown-linux-gnu.zip" ./target/x86_64-unknown-linux-gnu/release/listen-moe-cli - store_artifacts: - path: ./target/x86_64-unknown-linux-gnu/release/listen-moe-cli + # path: ./target/x86_64-unknown-linux-gnu/release/listen-moe-cli + path: ./release + destination: . - save_cache: paths: - /usr/local/cargo/registry