mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 10:40:10 +08:00
chore: debug
This commit is contained in:
parent
3c39374369
commit
befdce7132
@ -19,11 +19,11 @@ export default async(release: Release, token: string) => {
|
||||
|
||||
info(`Downloading Bun from ${asset.asset.browser_download_url}.`);
|
||||
|
||||
await (await fetch(asset.asset.browser_download_url, {
|
||||
console.log(await (await fetch(asset.asset.browser_download_url, {
|
||||
headers: {
|
||||
'Authorization': `token ${token}`
|
||||
}
|
||||
})).text()
|
||||
})).text())
|
||||
|
||||
console.log(new URL(asset.asset.browser_download_url).host.includes('github.com'));
|
||||
const zipPath = await downloadTool(
|
||||
|
Loading…
x
Reference in New Issue
Block a user