diff --git a/dist/index.js b/dist/index.js index 31fb23c..207e273 100644 --- a/dist/index.js +++ b/dist/index.js @@ -23,7 +23,7 @@ const main = async () => { if ((release === null || release === void 0 ? void 0 : release.message) === 'Not Found') return exit('Invalid bun version.', miscTestBuilds); info(`Going to install release ${release.version}`); - await install(release, token, customDownloadUrl === null); + await install(release, token, customDownloadUrl !== null); setOutput('bun-version', release.tag_name); } catch (e) {