Fix CI: Persist build artifacts to workspace

The download_build job needs to persist its artifacts to the workspace
so downstream jobs can access them.

Persist the same directories as the normal build job.
This commit is contained in:
Andrew Clark
2022-06-06 11:33:32 -04:00
parent dfd6f96f76
commit 652dcf6550
+4
View File
@@ -138,6 +138,10 @@ jobs:
git fetch origin main
cd ./scripts/release && yarn && cd ../../
scripts/release/download-experimental-build.js --commit=<< parameters.revision >> --allowBrokenCI
- persist_to_workspace:
root: .
paths:
- build
download_base_build_for_sizebot:
docker: *docker