Skip to content

Commit a2e437d

Browse files
committed
alternative action
1 parent b084fbe commit a2e437d

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
@@ -67,9 +67,10 @@ jobs:
6767
[ "$missing" -eq 0 ] && true || false
6868
6969
- name: Generate firmware with bootloader
70+
working-directory: ./BMS
7071
run: |
7172
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
73+
[ -f bms_adv2.hex ] && [ -f bms_bootloader.hex ] && 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)