Store artifacts in build-core CI job (#1461)

This commit is contained in:
Roman Yurchak 2021-04-13 14:42:50 +02:00 committed by GitHub
parent cbf5f7e0cb
commit 19b6f6f25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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: