mirror of
https://github.com/actions/toolkit
synced 2025-05-09 00:22:56 +00:00
Add -v option for testing
This commit is contained in:
parent
27bf8304ea
commit
e9e146bbf8
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue