Skip to content

Commit

Permalink
change circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarn committed Oct 12, 2019
1 parent b753687 commit 4b324cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b324cd

Please sign in to comment.