Skip to content

Commit 6e3b756

Browse files
BYKbitsandfoxes
authored andcommitted
fix(ci): Fix broken upload - sigh (#14173)
1 parent c0f3e48 commit 6e3b756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-md-exports.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function createWork() {
9393
const numWorkers = Math.max(Math.floor(cpus().length / 2), 2);
9494
const workerTasks = new Array(numWorkers).fill(null).map(() => []);
9595

96-
const existingFilesOnR2 = null;
96+
let existingFilesOnR2 = null;
9797
if (accessKeyId && secretAccessKey) {
9898
existingFilesOnR2 = new Map();
9999
console.log(`☁️ Getting existing hashes from R2...`);

0 commit comments

Comments
 (0)