Use zlib for compression

This commit is contained in:
Bassem Dghaidi
2024-06-13 03:16:59 -07:00
committed by GitHub
parent 9e63a77e7a
commit 5e5faf73fc
8 changed files with 2632 additions and 48 deletions
+3 -2
View File
@@ -37,5 +37,6 @@ export const TarFilename = 'cache.tar'
export const ManifestFilename = 'manifest.txt'
// Cache URL
export const CacheUrl = `${process.env['ACTIONS_CACHE_URL_NEXT']}`
// Cache Service Metadata
export const CacheUrl = `${process.env['ACTIONS_CACHE_URL_NEXT']} || ${process.env['ACTIONS_CACHE_URL']}`
export const CacheServiceVersion = `${process.env['ACTIONS_CACHE_URL_NEXT']} ? 'v2' : 'v1'`