From 00f614525f80c1eb9b5e0514975d29df3adb2b3a Mon Sep 17 00:00:00 2001 From: schaeff Date: Tue, 12 Apr 2022 11:46:07 +0200 Subject: [PATCH] use package flag --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2170173ad..70c7c4e40 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: