mirror of
https://github.com/actions/cache.git
synced 2025-06-29 06:03:47 +00:00
Revert "Fix caching directories outside of the working directory (relative paths)"
This commit is contained in:
parent
78809b91d7
commit
143c84bf60
7 changed files with 20 additions and 48 deletions
|
@ -59,7 +59,6 @@ export async function createTar(
|
|||
"-cz",
|
||||
"-f",
|
||||
CacheFilename,
|
||||
"-P",
|
||||
"-C",
|
||||
workingDirectory,
|
||||
"--files-from",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue