adding debug for mac upload testing

This commit is contained in:
Vallie Joseph
2024-03-15 14:53:33 +00:00
parent ef77c9d60b
commit 1f22f9faf9
4 changed files with 37 additions and 3 deletions

View File

@@ -29,7 +29,6 @@ export async function createZipUploadStream(
core.debug(
`Creating Artifact archive with compressionLevel: ${compressionLevel}`
)
const zip = archiver.create('zip', {
highWaterMark: getUploadChunkSize(),
zlib: {level: compressionLevel}