cli: 'artifacts' command small fix

This commit is contained in:
Tadas Dailyda 2022-12-15 12:57:44 +02:00 committed by LongYinan
parent fed35841e0
commit 4832e932ce

View file

@ -60,6 +60,7 @@ export class ArtifactsCommand extends Command {
_binaryName,
)}] is not matched with [${chalk.greenBright(binaryName)}], skip`,
)
return
}
const dir = distDirs.find((dir) => dir.includes(platformArchABI))
if (!dir && universalSourceBins.has(platformArchABI)) {