1
0
Fork 0

Fix tests

pull/1232/head
Sampark Sharma 2022-11-14 10:25:17 +00:00 committed by GitHub
parent 1ddac5e02f
commit 7441dc5e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ async function getTarPath(
args: string[], args: string[],
compressionMethod: CompressionMethod compressionMethod: CompressionMethod
): Promise<string> { ): Promise<string> {
var tarPath = await io.which('tar', true) let tarPath = await io.which('tar', true)
switch (process.platform) { switch (process.platform) {
case 'win32': { case 'win32': {
const gnuTar = `${process.env['PROGRAMFILES']}\\Git\\usr\\bin\\tar.exe` const gnuTar = `${process.env['PROGRAMFILES']}\\Git\\usr\\bin\\tar.exe`