1
0
Fork 0
pull/1239/head
Sampark Sharma 2022-11-17 07:34:07 +00:00 committed by GitHub
parent 6f7397feb6
commit 964682b5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -280,4 +280,4 @@ test('gzip list tar', async () => {
.concat(IS_MAC ? ['--delay-directory-restore'] : []),
{cwd: undefined}
)
})
})

View File

@ -141,4 +141,4 @@ export function isGhes(): boolean {
process.env['GITHUB_SERVER_URL'] || 'https://github.com'
)
return ghUrl.hostname.toUpperCase() !== 'GITHUB.COM'
}
}

View File

@ -23,4 +23,4 @@ export const DefaultRetryDelay = 5000
export const SocketTimeout = 5000
// The default path of GNUtar on hosted Windows runners
export const GnuTarPathOnWindows = `${process.env['PROGRAMFILES']}\\Git\\usr\\bin\\tar.exe`
export const GnuTarPathOnWindows = `${process.env['PROGRAMFILES']}\\Git\\usr\\bin\\tar.exe`

View File

@ -144,4 +144,4 @@ export async function createTar(
manifestFilename
]
await execTar(args, archiveFolder)
}
}