diff --git a/dist/index.js b/dist/index.js index 7920ce8..1f607eb 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/src/install.ts b/src/install.ts index 009541d..31e87b6 100644 --- a/src/install.ts +++ b/src/install.ts @@ -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 {