diff --git a/scripts/build/builders/nrf.py b/scripts/build/builders/nrf.py index d6e92114cd2540..106c163991de1a 100644 --- a/scripts/build/builders/nrf.py +++ b/scripts/build/builders/nrf.py @@ -72,9 +72,9 @@ def AppNamePrefix(self): def _FlashBundlePrefix(self): if self == NrfApp.ALL_CLUSTERS: - return 'chip-nrfconnect-all-clusters-example' + return 'chip-nrfconnect-all-clusters-app-example' elif self == NrfApp.ALL_CLUSTERS_MINIMAL: - return 'chip-nrfconnect-all-clusters-minimal-example' + return 'chip-nrfconnect-all-clusters-minimal-app-example' elif self == NrfApp.LIGHT: return 'chip-nrfconnect-lighting-example' elif self == NrfApp.LOCK: