chore: ota update binary in installer zip
This commit is contained in:
parent
14999d1b66
commit
db21a08904
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue