Skip to content

Commit 4645753

Browse files
andy31415pull[bot]
authored andcommitted
Fix naming for door look app for copying artifacts (#13309)
1 parent edebdcd commit 4645753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build/builders/host.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def OutputNames(self):
7373
yield 'chip-tv-app'
7474
yield 'chip-tv-app.map'
7575
elif self == HostApp.LOCK:
76-
yield 'chip-lock-app'
77-
yield 'chip-lock-app.map'
76+
yield 'chip-door-lock-app'
77+
yield 'chip-door-lock-app.map'
7878
elif self == HostApp.TESTS:
7979
pass
8080
else:

0 commit comments

Comments
 (0)