From 19b6f6f25c07d17d754f7c622d0cf5c059d79509 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Tue, 13 Apr 2021 14:42:50 +0200 Subject: [PATCH] Store artifacts in build-core CI job (#1461) --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c49d54b1..f1ae868c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,6 +95,13 @@ jobs: paths: - . + - run: + name: Prepare CircleCI artifacts + command: PYODIDE_BASE_URL="./" make build/console.html + + - store_artifacts: + path: /root/repo/build/ + build-packages: <<: *defaults steps: