Cache package release for compression change in windows

This reverts commit 86fe4abd8e.
This commit is contained in:
Sampark Sharma
2022-12-29 12:44:52 +00:00
committed by GitHub
parent 86fe4abd8e
commit 4e74c1c052
12 changed files with 686 additions and 149 deletions
+5
View File
@@ -37,3 +37,8 @@ export interface InternalCacheOptions {
compressionMethod?: CompressionMethod
cacheSize?: number
}
export interface ArchiveTool {
path: string
type: string
}