From ef3e0d569b1a3271aeec28ffc417290628754982 Mon Sep 17 00:00:00 2001 From: soul-walker <31162815+soul-walker@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9nodejs=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E5=9C=B0=E5=9D=80bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.js | Bin 3456850 -> 3456849 bytes src/install.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 7920ce805fa0e83d4ae3ec64244082df5ad0f091..1f607eb1d55fa0331f4b1040b2e43af135edd021 100644 GIT binary patch delta 137 zcmWm2M-GBe6hP5nK@__PRz&$&5aC-E=-?&}*^CM6fCUksgEKi*T^Xf#W6+>Ui#8@5 zEV}ft=`&!+h%pnU%y5|F;;~@KiZvUy`0NPSb09C?dAQ0bRVrC6_Vr9C9GzcTtP_d@EIn2MUWCHV!Uz zJbW4iG-=VMLzj>q5ixxRBn%lbX2O&ia~3RFu|~6D%Z`*i2QrSYTpM+MYLknTD8&Cp NT*Ot}-rC%Y@&~+uD^36a 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 {