Add -P flag for tar creation

This commit is contained in:
Josh Gross 2020-04-08 10:58:38 -04:00
parent e5370355e6
commit a4e3c3b64e
No known key found for this signature in database
GPG key ID: 17A6308EA2144978
4 changed files with 12 additions and 8 deletions

View file

@ -59,6 +59,7 @@ export async function createTar(
"-cz",
"-f",
CacheFilename,
"-P",
"-C",
workingDirectory,
"--files-from",