chore: build

This commit is contained in:
xHyroM 2022-07-12 09:10:45 +02:00
parent 8251de54ce
commit c8d57cdc66

View File

@ -10,7 +10,7 @@ export default async (release) => {
const cache = find('bun', release.version) || await restoreCache([path], `bun-${process.platform}-${asset.name}`); const cache = find('bun', release.version) || await restoreCache([path], `bun-${process.platform}-${asset.name}`);
if (cache) { if (cache) {
info(`Using cached Bun installation from ${cache}.`); info(`Using cached Bun installation from ${cache}.`);
addPath(cache); addPath(path);
return; return;
} }
info(`Downloading Bun from ${asset.asset.browser_download_url}.`); info(`Downloading Bun from ${asset.asset.browser_download_url}.`);