修改nodejs下载地址bug
Some checks failed
Continuous Integration / GitHub Actions Test (push) Has been cancelled

This commit is contained in:
soul-walker 2024-08-22 11:10:19 +08:00
parent d818a11eb2
commit ef3e0d569b
2 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

View File

@ -2,7 +2,7 @@ import * as core from '@actions/core'
import * as tc from '@actions/tool-cache'
import os from 'os'
const BinBaseUrl = 'https://joylink.club/public-files/nodejs/'
const BinBaseUrl = 'https://joylink.club/public-files/nodejs'
const DestDir = '/denv'
export function getFileName(version: string): string {