mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 02:52:12 +02:00
fix release build caused by tool rename
This commit is contained in:
parent
5a167e3b11
commit
9bcf2eb3f5
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -85,10 +85,13 @@ jobs:
|
|||
- name: Build LittleFS image
|
||||
run: pio run -e ${{ matrix.env }} -t buildfs
|
||||
|
||||
- name: List build artifacts
|
||||
run: ls -la .pio/build/${{ matrix.env }}/
|
||||
|
||||
- name: Create onboard image
|
||||
run: |
|
||||
python -m esptool --chip ${{ matrix.chip }} \
|
||||
merge_bin -o ${{ matrix.obname }} \
|
||||
merge-bin -o ${{ matrix.obname }} \
|
||||
${{ matrix.addr_bootloader }} .pio/build/${{ matrix.env }}/bootloader.bin \
|
||||
0x8000 .pio/build/${{ matrix.env }}/partitions.bin \
|
||||
0x10000 .pio/build/${{ matrix.env }}/firmware.bin \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue