1
0
Fork 0
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:
Lovepreet Singh 2022-11-16 21:04:25 +00:00
parent 27bf8304ea
commit e9e146bbf8

View file

@ -165,6 +165,7 @@ export async function createTar(
'--files-from',
manifestFilename,
'-cf',
'-v',
...(await getCompressionProgram()),
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),