1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

use package flag

This commit is contained in:
schaeff 2022-04-12 11:46:07 +02:00
parent 8f48bbb102
commit 00f614525f

View file

@ -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: