mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
Add GNUtar as default on windows
This commit is contained in:
+3
@@ -21,3 +21,6 @@ export const DefaultRetryDelay = 5000
|
||||
// over the socket during this period, the socket is destroyed and the download
|
||||
// is aborted.
|
||||
export const SocketTimeout = 5000
|
||||
|
||||
// The default path of GNUtar on hosted Windows runners
|
||||
export const GnuTarPathOnWindows = `${process.env['PROGRAMFILES']}\\Git\\usr\\bin\\tar.exe`
|
||||
Reference in New Issue
Block a user