mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 14:59:06 +08:00
Add -v option for testing
This commit is contained in:
parent
27bf8304ea
commit
e9e146bbf8
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'), '/'),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user