Skip to content

Commit

Permalink
Fix artifact name for chip cert tool (#15264)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Feb 16, 2022
1 parent cefe25d commit 6e55dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/builders/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def OutputNames(self):
yield 'chip-shell'
yield 'chip-shell.map'
elif self == HostApp.CERT_TOOL:
yield 'cert-tool'
yield 'cert-tool.map'
yield 'chip-cert'
yield 'chip-cert.map'
else:
raise Exception('Unknown app type: %r' % self)

Expand Down

0 comments on commit 6e55dee

Please sign in to comment.