fix workflows

This commit is contained in:
suisrc 2025-06-26 16:46:32 +08:00
parent 3b1a848b5c
commit f7f21d61f6

View File

@ -76,9 +76,9 @@ export default class OfficialBuilds extends BaseDistribution {
osArch, osArch,
manifest manifest
); );
const node_url = core.getInput('node_url'); const nodeUrl = core.getInput('node-url');
if (node_url && versionInfo) { if (nodeUrl && versionInfo) {
versionInfo.downloadUrl = node_url; versionInfo.downloadUrl = nodeUrl;
} }
if (versionInfo) { if (versionInfo) {