From 92f3d749e2077528a3625cc81a09a119fbb776a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 21 Oct 2021 16:51:37 +0200 Subject: [PATCH] CI: Store yul-phaser as an artifact too --- .circleci/config.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a859b8464..266218baf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,10 +91,14 @@ defaults: path: upload/ # compiled tool executable target - - artifacts_tools: &artifacts_tools + - artifact_solidity_upgrade: &artifact_solidity_upgrade path: build/tools/solidity-upgrade destination: solidity-upgrade + - artifact_yul_phaser: &artifact_yul_phaser + path: build/tools/yul-phaser + destination: yul-phaser + # compiled executable targets - artifacts_executables: &artifacts_executables root: build @@ -447,7 +451,8 @@ jobs: - checkout - run: *run_build - store_artifacts: *artifacts_solc - - store_artifacts: *artifacts_tools + - store_artifacts: *artifact_solidity_upgrade + - store_artifacts: *artifact_yul_phaser - persist_to_workspace: *artifacts_executables # x64 ASAN build, for testing for memory related bugs @@ -644,7 +649,8 @@ jobs: - /usr/local/Homebrew - run: *run_build - store_artifacts: *artifacts_solc - - store_artifacts: *artifacts_tools + - store_artifacts: *artifact_solidity_upgrade + - store_artifacts: *artifact_yul_phaser - persist_to_workspace: root: . paths: