mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
chore: bump version
This commit is contained in:
parent
673843c5ea
commit
21ca0e24af
4 changed files with 3 additions and 5 deletions
|
@ -28,7 +28,7 @@ export default async(release: Release, token: string, customUrl: boolean) => {
|
|||
);
|
||||
|
||||
let extracted;
|
||||
if (customUrl) {
|
||||
if (customUrl && asset.asset.browser_download_url.includes('artifacts')) {
|
||||
extracted = await extractZip(zipPath, join(homedir(), 'onlyforunzip'));
|
||||
extracted = await extractZip(join(homedir(), 'onlyforunzip', asset.asset.name), join(homedir(), '.bun', 'bin'));
|
||||
} else extracted = await extractZip(zipPath, join(homedir(), '.bun', 'bin'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue