fix workflows
This commit is contained in:
parent
3b1a848b5c
commit
f7f21d61f6
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user