mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-03 03:58:04 +08:00
Remove finalize
This commit is contained in:
@@ -63,7 +63,7 @@ export async function createZipUploadStream(
|
||||
})
|
||||
}
|
||||
|
||||
zip.finalize()
|
||||
// zip.finalize()
|
||||
const bufferSize = getUploadChunkSize()
|
||||
const zipUploadStream = new ZipUploadStream(bufferSize)
|
||||
core.debug(
|
||||
|
||||
Reference in New Issue
Block a user