mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-20 23:30:14 +02:00
fix: extract two times for custom urls
This commit is contained in:
@@ -5,7 +5,6 @@ import { addPath, info } from '@actions/core';
|
||||
import getAsset from './getAsset.js';
|
||||
import { join } from 'path';
|
||||
import { homedir } from 'os';
|
||||
import { readdirSync } from 'fs';
|
||||
|
||||
export default async(release: Release, token: string, customUrl: boolean) => {
|
||||
const asset = getAsset(release.assets);
|
||||
|
||||
Reference in New Issue
Block a user