mirror of https://github.com/actions/cache.git
Test posix format
This commit is contained in:
parent
4978dc4f31
commit
70bee00fcf
|
@ -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'), '/'),
|
||||||
|
|
|
@ -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…
Reference in New Issue