mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 11:25:31 +00:00
Add -P flag for tar creation
This commit is contained in:
parent
e5370355e6
commit
a4e3c3b64e
4 changed files with 12 additions and 8 deletions
|
@ -59,6 +59,7 @@ export async function createTar(
|
|||
"-cz",
|
||||
"-f",
|
||||
CacheFilename,
|
||||
"-P",
|
||||
"-C",
|
||||
workingDirectory,
|
||||
"--files-from",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue