mirror of
https://github.com/actions/cache.git
synced 2025-06-24 03:18:01 +02: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