mirror of
https://github.com/actions/toolkit.git
synced 2026-08-14 00:00:18 +02:00
Use posix archive format (#533)
* Use posix archive format Signed-off-by: Sora Morimoto <[email protected]> * Update package.json and RELEASES.md Signed-off-by: Sora Morimoto <[email protected]>
This commit is contained in:
Vendored
+1
@@ -101,6 +101,7 @@ export async function createTar(
|
||||
}
|
||||
}
|
||||
const args = [
|
||||
'--posix',
|
||||
...getCompressionProgram(),
|
||||
'-cf',
|
||||
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
|
||||
|
||||
Reference in New Issue
Block a user