8000 Update src/debug-artifacts.ts · github/codeql-action@117d1f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 117d1f1

Browse files
aeisenbergCopilot
andauthored
Update src/debug-artifacts.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fd8685f commit 117d1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug-artifacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ async function createPartialDatabaseBundle(
345345
await del(databaseBundlePath, { force: true });
346346
}
347347
const output = fs.createWriteStream(databaseBundlePath);
348-
const zip = archiver("zip");
348+
const zip = archiver("zip", { forceZip64: true });
349349

350350
zip.on("error", (err) => {
351351
throw err;

0 commit comments

Comments
 (0)
0