mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-23 05:29:08 +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',
|
'--files-from',
|
||||||
manifestFilename,
|
manifestFilename,
|
||||||
'-cf',
|
'-cf',
|
||||||
|
'-v',
|
||||||
...(await getCompressionProgram()),
|
...(await getCompressionProgram()),
|
||||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user