mirror of
https://github.com/actions/cache.git
synced 2025-05-31 14:32:30 +00:00
Add -P flag for tar creation
This commit is contained in:
@ -73,6 +73,7 @@ test("create tar", async () => {
|
||||
"-cz",
|
||||
"-f",
|
||||
CacheFilename,
|
||||
"-P",
|
||||
"-C",
|
||||
workspace,
|
||||
"--files-from",
|
||||
|
Reference in New Issue
Block a user