mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix path to results.json
This commit is contained in:
+2
-1
@@ -146,8 +146,9 @@ function git(args) {
|
||||
|
||||
for (let i = 0; i < baseArtifactsInfo.length; i++) {
|
||||
const info = baseArtifactsInfo[i];
|
||||
if (info.path === 'home/circleci/project/scripts/results.json') {
|
||||
if (info.path === 'home/circleci/project/scripts/rollup/results.json') {
|
||||
resultsResponse = await fetch(info.url);
|
||||
break;
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user