Skip to content

Commit 4e88ac1

Browse files
committed
alternative commands
1 parent b084fbe commit 4e88ac1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_bms.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
- name: Generate firmware with bootloader
7070
run: |
7171
missing=0
72-
[ -f bms_adv2.hex ] && [ -f bms_bootloader.hex ] && uv tool run --from intelhex hexmerge.py bms_adv2.hex bms_bootloader.hex -o bms_adv2_with_bootloader.hex --overlap=ignore
72+
uv tool run --from intelhex hexmerge.py
73+
uv tool run --from intelhex hexmerge.py --overlap=ignore -o bms_adv2_with_bootloader.hex bms_adv2.hex bms_bootloader.hex
7374
[ ! -f bms_adv2_with_bootloader.hex ] && echo "::warning::ADV2 firmware with bootloader failed to build" && missing=1
7475
[ "$missing" -eq 0 ] && true || false
7576

0 commit comments

Comments
 (0)