mirror of
https://github.com/actions/cache.git
synced 2025-07-21 15:26:09 +08:00
Add -P flag for tar creation
This commit is contained in:
@@ -59,6 +59,7 @@ export async function createTar(
|
||||
"-cz",
|
||||
"-f",
|
||||
CacheFilename,
|
||||
"-P",
|
||||
"-C",
|
||||
workingDirectory,
|
||||
"--files-from",
|
||||
|
Reference in New Issue
Block a user