mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-18 06:10:13 +02:00
fix(getGithubRelease): missing .zip
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
@@ -31,7 +31,7 @@ export default async(version: string, token: string, fullRepository: string, cus
|
||||
tag_name: 'custom',
|
||||
assets: [
|
||||
{
|
||||
name: `bun-${process.platform}-${getArchitecture()}`,
|
||||
name: `bun-${process.platform}-${getArchitecture()}.zip`,
|
||||
browser_download_url: customDownloadUrl
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user