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