Skip to content

Commit

Permalink
use package flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeff committed Apr 12, 2022
1 parent 8f48bbb commit 00f6145
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 @@ -150,7 +150,7 @@ jobs:
- run:
name: Build
no_output_timeout: "1h"
command: cd zokrates_cli && RUSTFLAGS="--remap-path-prefix=$PWD=" << parameters.build-with >> build --target << parameters.target >> --release
command: RUSTFLAGS="--remap-path-prefix=$PWD=" << parameters.build-with >> build --package zokrates_cli --target << parameters.target >> --release
- tar_artifacts:
target: << parameters.target >>
publish_artifacts:
Expand Down

0 comments on commit 00f6145

Please sign in to comment.