mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-20 23:29:07 +08:00
[artifact] exempt .tar.zst files from compression (#1184)
* [artifact] exempt .tar.zst files from compression These files are already compressed with zstd - no need to attempt re-compression. * fix missing comma * fmt * Update upload-gzip.ts
This commit is contained in:
parent
b2d865f180
commit
2c09aaef3b
@ -14,6 +14,9 @@ const gzipExemptFileExtensions = [
|
|||||||
'.tar.lz',
|
'.tar.lz',
|
||||||
'.tar.gz',
|
'.tar.gz',
|
||||||
'.tar.bz2',
|
'.tar.bz2',
|
||||||
|
'.tar.zst',
|
||||||
|
'.tar.zstd',
|
||||||
|
'.tzst',
|
||||||
'.7z'
|
'.7z'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user