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