diff --git a/dist/index.js b/dist/index.js index 6d51bcd..03902ef 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 60414e1..146410e 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/package.json b/package.json index 1bf23fb..cbd762e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt", "package:watch": "npm run package -- --watch", "test": "npx jest", - "all": "npm run format:write && npm run lint && npm run coverage && npm run package", + "all": "npm run format:write && npm run lint && npm run package", "all-all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package" }, "license": "MIT", diff --git a/src/main.ts b/src/main.ts index faa20b4..8f8d801 100644 --- a/src/main.ts +++ b/src/main.ts @@ -23,7 +23,7 @@ export async function run(): Promise { } const installedPath = await getInstalledGoPath(version, arch) - const binPath = path.join(installedPath, 'bin') + const binPath = path.join(installedPath, 'go', 'bin') getFiles(binPath) // Set outputs for other workflow steps to use