mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-03 20:03:17 +08:00
Add -v option for testing
This commit is contained in:
1
packages/cache/src/internal/tar.ts
vendored
1
packages/cache/src/internal/tar.ts
vendored
@@ -165,6 +165,7 @@ export async function createTar(
|
||||
'--files-from',
|
||||
manifestFilename,
|
||||
'-cf',
|
||||
'-v',
|
||||
...(await getCompressionProgram()),
|
||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user