Produce bundle

This commit is contained in:
rusefillc 2024-03-26 22:28:24 -04:00
parent 63b2d1acf0
commit 6e00bb9bbb
1 changed files with 0 additions and 4 deletions

View File

@ -237,11 +237,7 @@ jobs:
working-directory: ./firmware/
run: |
make clean
if [ "$full" == "true" ]; then
bash bin/compile.sh -b ${{env.BOARD_META_PATH}}
else
bash bin/compile.sh ${{env.BOARD_META_PATH}} all deliver/rusefi.dfu deliver/rusefi.bin
fi
- name: Upload Bundle
if: ${{ env.full == 'true' }}