1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +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: - 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: