Skip to content

Commit

Permalink
fix: align version string in asset
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 8, 2024
1 parent b25999d commit e67a4a3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,17 @@
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.debug.nbiot.legacy_pco-*/app_signed.hex",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-debug-nbiot-legacy-pco${nextRelease.gitTag}-signed.hex",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-debug-nbiot-legacy-pco-signed.hex",
"label": "Firmware Update Image HEX file for Thingy:91 (debug, NB-IoT only, legacy PCO)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.debug.nbiot.legacy_pco-*/app_update.bin",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-debug-nbiot-legacy-pco${nextRelease.gitTag}-app_update.bin",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-debug-nbiot-legacy-pco-app_update.bin",
"label": "Firmware Update Image BIN file for Thingy:91 (debug, NB-IoT only, legacy PCO)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.debug.nbiot.legacy_pco-*/zephyr.elf",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-debug-nbiot-legacy-pco${nextRelease.gitTag}.elf",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-debug-nbiot-legacy-pco.elf",
"label": "App Symbols ELF file for Thingy:91 firmware (debug, NB-IoT only, legacy PCO)"
},
{
Expand Down Expand Up @@ -136,42 +136,42 @@
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.low-power.memfault.dt2c-*/merged.hex",
"name": "thingy_world-Thingy91-low-power-dt2c-${nextRelease.gitTag}.hex",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-low-power-dt2c.hex",
"label": "App with Bootloader HEX file for Thingy:91 (low power, double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.low-power.memfault.dt2c-*/app_signed.hex",
"name": "thingy_world-Thingy91-low-power-dt2c-${nextRelease.gitTag}-signed.hex",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-low-power-dt2c-signed.hex",
"label": "Firmware Update Image HEX file for Thingy:91 (low power, double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.low-power.memfault.dt2c-*/app_update.bin",
"name": "thingy_world-Thingy91-low-power-dt2c-${nextRelease.gitTag}-app_upgrade.bin",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-low-power-dt2c-app_upgrade.bin",
"label": "Firmware Update Image BIN file for Thingy:91 (low power, double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.low-power.memfault.dt2c-*/zephyr.elf",
"name": "thingy_world-Thingy91-low-power-dt2c-${nextRelease.gitTag}.elf",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-low-power-dt2c.elf",
"label": "App Symbols ELF file for Thingy:91 firmware (low power, double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.memfault.dt2c-*/merged.hex",
"name": "thingy_world-Thingy91-dt2c-${nextRelease.gitTag}.hex",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-dt2c.hex",
"label": "App with Bootloader HEX file for Thingy:91 (double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.memfault.dt2c-*/app_signed.hex",
"name": "thingy_world-Thingy91-dt2c-${nextRelease.gitTag}-signed.hex",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-dt2c-signed.hex",
"label": "Firmware Update Image HEX file for Thingy:91 (double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.memfault.dt2c-*/app_update.bin",
"name": "thingy_world-Thingy91-dt2c-${nextRelease.gitTag}-app_upgrade.bin",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-dt2c-app_upgrade.bin",
"label": "Firmware Update Image BIN file for Thingy:91 (double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.memfault.dt2c-*/zephyr.elf",
"name": "thingy_world-Thingy91-dt2c-${nextRelease.gitTag}.elf",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-dt2c.elf",
"label": "App Symbols ELF file for Thingy:91 (double-tap-to-crash) firmware"
},
{
Expand Down

0 comments on commit e67a4a3

Please sign in to comment.