Add --remove-files on tarball creation

This commit is contained in:
Jorge Langa 2023-11-17 10:16:13 +01:00
parent 704facf57e
commit 5cee9fa885
1 changed files with 1 additions and 1 deletions

View File

@ -36635,7 +36635,7 @@ function getTarArgs(tarPath, compressionMethod, type, archivePath = '') {
// Method specific args
switch (type) {
case 'create':
args.push('--posix', '-cf', BSD_TAR_ZSTD
args.push('--posix', '--remove-files', '-cf', BSD_TAR_ZSTD
? tarFile
: cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'), '--exclude', BSD_TAR_ZSTD
? tarFile