mirror of https://github.com/actions/toolkit
Add -v option for testing
parent
27bf8304ea
commit
e9e146bbf8
|
@ -165,6 +165,7 @@ export async function createTar(
|
|||
'--files-from',
|
||||
manifestFilename,
|
||||
'-cf',
|
||||
'-v',
|
||||
...(await getCompressionProgram()),
|
||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||
|
||||
|
|
Loading…
Reference in New Issue