1
0
Fork 0

Exclude manifest file from the created archive

pull/1400/head
Inez Korczyński 2023-04-12 00:15:26 +02:00 committed by GitHub
parent 457303960f
commit ddb5a79ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ async function getTarArgs(
? tarFile
: cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
'--exclude',
ManifestFilename,
'--exclude',
BSD_TAR_ZSTD
? tarFile
: cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),