mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user