From fc280cac39ef313bcfddd9139ce21d8952ae412f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 21 Oct 2021 18:00:52 +0200 Subject: [PATCH] fixup! [TMP] CI: Store yul-phaser as an artifact too --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f62933179..2eb6c4327 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,10 +92,10 @@ defaults: # compiled tool executable target - artifacts_tools: &artifacts_tools + root: build/tools/ paths: - - build/tools/solidity-upgrade - - build/tools/yul-phaser - destination: . + - solidity-upgrade + - yul-phaser # compiled executable targets - artifacts_executables: &artifacts_executables