mirror of
https://github.com/actions/cache.git
synced 2025-04-19 02:26:45 +00:00
Updated actions/cache to v2.0.6
This commit is contained in:
parent
30f413bfed
commit
7ed7f22ed8
4 changed files with 12 additions and 8 deletions
2
dist/restore/index.js
vendored
2
dist/restore/index.js
vendored
|
@ -37317,6 +37317,8 @@ function createTar(archiveFolder, sourceDirectories, compressionMethod) {
|
|||
...getCompressionProgram(),
|
||||
'-cf',
|
||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||
'--exclude',
|
||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||
'-P',
|
||||
'-C',
|
||||
workingDirectory.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue