diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index a00a099..5b7e5b9 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -82,6 +82,7 @@ jobs: # Thingy:91 X - thingy91x.wifi - thingy91x.low-power.wifi + - thingy91x.debug steps: - uses: actions/checkout@v4 diff --git a/package.json b/package.json index bccc22b..0dbf7cd 100644 --- a/package.json +++ b/package.json @@ -328,6 +328,26 @@ "path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91x.wifi-*/zephyr.elf", "name": "thingy_world-${nextRelease.gitTag}-Thingy91X-wifi.elf", "label": "App Symbols ELF file for Thingy:91 X firmware" + }, + { + "path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91x.debug-*/merged.hex", + "name": "thingy_world-${nextRelease.gitTag}-Thingy91X-debug.hex", + "label": "App with Bootloader HEX file for Thingy:91 X (debug)" + }, + { + "path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91x.debug-*/app_signed.hex", + "name": "thingy_world-${nextRelease.gitTag}-Thingy91X-debug-signed.hex", + "label": "Firmware Update Image HEX file for Thingy:91 X (debug)" + }, + { + "path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91x.debug-*/app_update.bin", + "name": "thingy_world-${nextRelease.gitTag}-Thingy91X-debug-app_update.bin", + "label": "Firmware Update Image BIN file for Thingy:91 X (debug)" + }, + { + "path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91x.debug-*/zephyr.elf", + "name": "thingy_world-${nextRelease.gitTag}-Thingy91X-debug.elf", + "label": "App Symbols ELF file for Thingy:91 X firmware (debug)" } ] }