Skip to content

Commit 5f2309e

Browse files
committed
CI: add mcuboot update file for thingy91x
Signed-off-by: Mike Szczys <[email protected]>
1 parent e49422e commit 5f2309e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_zephyr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ jobs:
8484
mv app/zephyr/zephyr.elf ./artifacts/${{ github.event.repository.name }}_${{ inputs.TAG }}_${{ steps.nicename.outputs.BOARD_NICENAME }}.elf
8585
8686
if [[ "${{ inputs.BOARD }}" == "thingy91/nrf9160/ns" ]]; then
87+
# Thingy91
8788
mv app/zephyr/zephyr.signed.hex ./artifacts/${{ github.event.repository.name }}_${{ inputs.TAG }}_${{ steps.nicename.outputs.BOARD_NICENAME }}_mcuboot.hex
89+
elif [[ "${{ inputs.BOARD }}" == "thingy91x/nrf9151/ns" ]]; then
90+
# Thingy91x
91+
mv dfu_application.zip ./artifacts/${{ github.event.repository.name }}_${{ inputs.TAG }}_${{ steps.nicename.outputs.BOARD_NICENAME }}_mcuboot.zip
8892
fi
8993
9094
# Run IDs are unique per repo but are reused on re-runs

0 commit comments

Comments
 (0)