chore: ota update binary in installer zip

This commit is contained in:
SQ2CPA 2024-03-28 18:01:07 +01:00
parent 14999d1b66
commit db21a08904
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ jobs:
- name: Move Files
run: |
mkdir -p installer/firmware
cp .pio/build/${{ matrix.target }}/firmware.bin installer/ota_update.bin
cp .pio/build/${{ matrix.target }}/firmware.bin installer/firmware/
cp .pio/build/${{ matrix.target }}/bootloader.bin installer/firmware/
cp .pio/build/${{ matrix.target }}/partitions.bin installer/firmware/