add compression level input

This commit is contained in:
Rob Herley 2023-11-20 11:08:50 -05:00
parent aa5cae10db
commit 20bcd3b8cb
No known key found for this signature in database
GPG key ID: D1602042C3543B06
6 changed files with 81 additions and 16 deletions

View file

@ -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
}