mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-17 00:57:11 +02:00
add compression level input
This commit is contained in:
@ -20,4 +20,9 @@ export interface UploadInputs {
|
||||
* Duration after which artifact will expire in days
|
||||
*/
|
||||
retentionDays: number
|
||||
|
||||
/**
|
||||
* The level of compression for Zlib to be applied to the artifact archive.
|
||||
*/
|
||||
compressionLevel?: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user