This commit is contained in:
parent
45463789e1
commit
fbf3b0ab82
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -20,6 +20,5 @@ export async function download(fileName: string): Promise<string> {
|
||||
const downloadUrl = `${DownloadBaseUrl}${fileName}`
|
||||
core.info(`Downloading go from ${downloadUrl}`)
|
||||
const downloadPath = await tc.downloadTool(downloadUrl)
|
||||
core.info(`Extracting Go from ${downloadPath}`)
|
||||
return downloadPath
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user