build both bundles

This commit is contained in:
David Holdeman 2024-03-24 22:24:27 -05:00 committed by rusefillc
parent 1e6d2e48fb
commit ad1d439840
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ jobs:
working-directory: ./firmware/
run: |
if [ "$full" == "true" ]; then
bash bin/compile.sh -b ${{env.BOARD_META_PATH}}
bash bin/compile.sh ${{env.BOARD_META_PATH}} bundles
else
bash bin/compile.sh ${{env.BOARD_META_PATH}} all deliver/rusefi.dfu deliver/rusefi.bin
fi