use package flag
This commit is contained in:
parent
8f48bbb102
commit
00f614525f
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
no_output_timeout: "1h"
|
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:
|
- tar_artifacts:
|
||||||
target: << parameters.target >>
|
target: << parameters.target >>
|
||||||
publish_artifacts:
|
publish_artifacts:
|
||||||
|
|
Loading…
Reference in a new issue