From ccf2896594b9d7521e059f626a250aab0b3c8d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Mon, 7 Aug 2023 16:40:06 +0200 Subject: [PATCH] CI: Remove store_artifacts_solc_windows - For consistency: other things are also hard-coded in the Windows jobs --- .circleci/config.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 720679869..091fb70c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -249,12 +249,6 @@ commands: path: build/solc/solc destination: solc - store_artifacts_solc_windows: - description: Store compiled Windows solc executable as artifact - steps: - - store_artifacts: - path: upload/ - store_artifacts_yul_phaser: steps: - store_artifacts: @@ -1517,7 +1511,8 @@ jobs: name: "Run solc.exe to make sure build was successful." command: .\build\solc\Release\solc.exe --version shell: powershell.exe - - store_artifacts_solc_windows + - store_artifacts: + path: upload/ - persist_to_workspace: root: build paths: