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 f93f9e5 commit 91c7a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
command: cargo build --release --target "$TARGET"
- run:
name: prepare release zip
command: mkdir release && zip "release/$CIRCLE_PROJECT_REPONAME-$CIRCLE_TAG-x86_64-unknown-linux-gnu.zip" ./target/x86_64-unknown-linux-gnu/release/listen-moe-cli
command: mkdir release && zip --junk-paths "release/$CIRCLE_PROJECT_REPONAME-$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: ./release
Expand Down

0 comments on commit 91c7a95

Please sign in to comment.