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,
manifest
);
const node_url = core.getInput('node_url');
if (node_url && versionInfo) {
versionInfo.downloadUrl = node_url;
const nodeUrl = core.getInput('node-url');
if (nodeUrl && versionInfo) {
versionInfo.downloadUrl = nodeUrl;
}
if (versionInfo) {