mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
chore: build
This commit is contained in:
parent
09d3724d34
commit
9bbc376c40
2 changed files with 6 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue