mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b091ef7e0b
This has been broken since the migration to GitHub actions. Previously, we've been using `buildId` as an identifier from CircleCI. I've decided to use a commit hash as an identifier, because I don't know if there is a better option, and `scripts/release/download_build_artifacts.js` allows us to download them for a specific commit.