diff --git a/.github/workflows/b-parasite.yml b/.github/workflows/b-parasite.yml index e5f93f1..f396894 100644 --- a/.github/workflows/b-parasite.yml +++ b/.github/workflows/b-parasite.yml @@ -71,8 +71,8 @@ jobs: sample-dir: code/nrf-connect/samples/ble board: bparasite_${{ matrix.soc }} revision: ${{ matrix.revision }} - cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1 -DCONFIG_PRSTLIB_LOG_LEVEL_DEBUG=y - output-bin: ble_${{ matrix.soc }}_${{ matrix.version }}_debug.hex + cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1 -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y + output-bin: ble_${{ matrix.soc }}_${{ matrix.revision }}_debug.hex build-zigbee: strategy: @@ -92,5 +92,5 @@ jobs: sample-dir: code/nrf-connect/samples/zigbee board: bparasite_${{ matrix.soc }} revision: ${{ matrix.revision }} - cmake-extra: -DCONFIG_PRSTLIB_LOG_LEVEL_DEBUG=y - output-bin: zigbee_${{ matrix.soc }}_${{ matrix.version }}_debug.hex + cmake-extra: -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y + output-bin: zigbee_${{ matrix.soc }}_${{ matrix.revision }}_debug.hex