We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tar
1 parent 07b54b9 commit 22b40d4Copy full SHA for 22b40d4
src/releases.ts
@@ -186,7 +186,7 @@ async function unpackRelease(
186
// now we should have a file at `{name}.tar` instead of `{name}.txz`
187
const tarball = `${archiveBasename}.tar`
188
core.debug(`Extracting decompressed tarball: ${tarball}`)
189
- return toolCache.extractTar(tarball, toolHome)
+ return toolCache.extractTar(tarball, toolHome, 'x')
190
} else if (archiveType === ArchiveType.GZIP) {
191
core.debug(
192
`Extracting as tgz on Unix or Linux, from: ${archive}, to: ${toolHome}`
0 commit comments