mirror of
https://github.com/actions/cache.git
synced 2025-03-13 11:47:00 +00:00
Test posix format
This commit is contained in:
parent
4978dc4f31
commit
70bee00fcf
2 changed files with 2 additions and 0 deletions
1
dist/restore/index.js
vendored
1
dist/restore/index.js
vendored
|
@ -5264,6 +5264,7 @@ function createTar(archiveFolder, sourceDirectories, compressionMethod) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const args = [
|
const args = [
|
||||||
|
'--posix',
|
||||||
...getCompressionProgram(),
|
...getCompressionProgram(),
|
||||||
'-cf',
|
'-cf',
|
||||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||||
|
|
1
dist/save/index.js
vendored
1
dist/save/index.js
vendored
|
@ -5264,6 +5264,7 @@ function createTar(archiveFolder, sourceDirectories, compressionMethod) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const args = [
|
const args = [
|
||||||
|
'--posix',
|
||||||
...getCompressionProgram(),
|
...getCompressionProgram(),
|
||||||
'-cf',
|
'-cf',
|
||||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue