cli: 'artifacts' command small fix
This commit is contained in:
parent
fed35841e0
commit
4832e932ce
1 changed files with 1 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue