mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 22:13:19 +08:00
Add -v option for testing
This commit is contained in:
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'), '/'),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user