mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
fix(getGithubRelease): missing .zip
This commit is contained in:
parent
3532147424
commit
079e10bfd6
2 changed files with 2 additions and 2 deletions
2
dist/utils/getGithubRelease.js
vendored
2
dist/utils/getGithubRelease.js
vendored
|
@ -17,7 +17,7 @@ export default async (version, token, fullRepository, customDownloadUrl, miscTes
|
|||
tag_name: 'custom',
|
||||
assets: [
|
||||
{
|
||||
name: `bun-${process.platform}-${getArchitecture()}`,
|
||||
name: `bun-${process.platform}-${getArchitecture()}.zip`,
|
||||
browser_download_url: customDownloadUrl
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue