Skip to content

Commit c0f3e48

Browse files
BYKbitsandfoxes
authored andcommitted
fix(ci): Fix broken upload (#14172)
1 parent fd96deb commit c0f3e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/generate-md-exports.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ async function createWork() {
9595

9696
const existingFilesOnR2 = null;
9797
if (accessKeyId && secretAccessKey) {
98+
existingFilesOnR2 = new Map();
9899
console.log(`☁️ Getting existing hashes from R2...`);
99100
const s3Client = getS3Client();
100101
let continuationToken = undefined;

0 commit comments

Comments
 (0)