Skip to content

Commit

Permalink
Fix naming for door look app for copying artifacts (#13309)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed May 6, 2022
1 parent 5773f2f commit ec0ff7b
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 @@ -73,8 +73,8 @@ def OutputNames(self):
yield 'chip-tv-app'
yield 'chip-tv-app.map'
elif self == HostApp.LOCK:
yield 'chip-lock-app'
yield 'chip-lock-app.map'
yield 'chip-door-lock-app'
yield 'chip-door-lock-app.map'
elif self == HostApp.TESTS:
pass
else:
Expand Down

0 comments on commit ec0ff7b

Please sign in to comment.