mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-17 03:08:04 +08:00
adding compression level back
This commit is contained in:
@@ -32,7 +32,7 @@ export async function createZipUploadStream(
|
|||||||
)
|
)
|
||||||
const zlibOptions = {
|
const zlibOptions = {
|
||||||
zlib: {
|
zlib: {
|
||||||
level: zlib.constants.Z_DEFAULT_COMPRESSION,
|
level: compressionLevel,
|
||||||
bufferSize: getUploadChunkSize()
|
bufferSize: getUploadChunkSize()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user