fix: path

This commit is contained in:
xHyroM 2022-07-11 10:06:29 +02:00
parent a1b63d4cb8
commit ec51d40f3c
2 changed files with 4 additions and 3 deletions

View file

@ -29,6 +29,7 @@ export default async(release: Release) => {
info(`Cached Bun to ${newCache}.`);
addPath(newCache);
const bunPath = join(getHomeDir(), ".bun", "bin");
info(extracted);
const bunPath = join(extracted);
addPath(bunPath);
}