mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 16:53:57 +08: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 = [
|
||||
'--posix',
|
||||
...getCompressionProgram(),
|
||||
'-cf',
|
||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue