build: fix mergeShasums (#25752)
This commit is contained in:
parent
ac6bf0b268
commit
d64b9c20bd
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ async function mergeShasums (pkgVersion) {
|
||||||
Bucket: bucket,
|
Bucket: bucket,
|
||||||
Key: obj.Key
|
Key: obj.Key
|
||||||
}).promise();
|
}).promise();
|
||||||
shasums.push(data.toString('ascii').trim());
|
shasums.push(data.Body.toString('ascii').trim());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return shasums.join('\n');
|
return shasums.join('\n');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue