Skip to content

Commit

Permalink
Include OTA firmware image in release ZIP file
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpittaway committed Mar 17, 2023
1 parent e861a25 commit 49490cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,16 @@ jobs:
with:
name: DIYBMS-Compiled

- name: Display structure of downloaded files
run: mv ./Controller/diybms_controller_firmware_espressif32_esp32-devkitc.bin ./Controller/esp32-controller-firmware-over-the-air.bin

- name: Display structure of downloaded files
run: ls -R

- name: ZIP output for release
run: |
zip release.zip ./Controller/esp32-controller-firmware-complete.bin
zip release.zip ./Controller/esp32-controller-firmware-over-the-air.bin
zip release.zip ./ControllerBoardTest/diybms_boardtest_espressif32_esp32-devkitc.bin
zip release.zip ./Modules/manifest.json
zip release.zip ./Modules/HEX/*.*
Expand Down

0 comments on commit 49490cb

Please sign in to comment.