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',
|
'--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…
Reference in New Issue