chore: build

This commit is contained in:
xHyroM 2022-07-12 09:25:05 +02:00
parent 09d3724d34
commit 9bbc376c40
2 changed files with 6 additions and 4 deletions

View file

@ -30,8 +30,9 @@ export default async(release: Release) => {
'bun',
release.version
);
console.log(extracted);
await saveCache([extracted], `bun-${process.platform}-${asset.name}-${release.version}`);
await saveCache([
join(extracted, asset.name)
], `bun-${process.platform}-${asset.name}-${release.version}`);
info(`Cached Bun to ${newCache}.`);
addPath(newCache);