Skip to content

Commit 9bcf2eb

Browse files
committed
fix release build caused by tool rename
1 parent 5a167e3 commit 9bcf2eb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,13 @@ jobs:
8585
- name: Build LittleFS image
8686
run: pio run -e ${{ matrix.env }} -t buildfs
8787

88+
- name: List build artifacts
89+
run: ls -la .pio/build/${{ matrix.env }}/
90+
8891
- name: Create onboard image
8992
run: |
9093
python -m esptool --chip ${{ matrix.chip }} \
91-
merge_bin -o ${{ matrix.obname }} \
94+
merge-bin -o ${{ matrix.obname }} \
9295
${{ matrix.addr_bootloader }} .pio/build/${{ matrix.env }}/bootloader.bin \
9396
0x8000 .pio/build/${{ matrix.env }}/partitions.bin \
9497
0x10000 .pio/build/${{ matrix.env }}/firmware.bin \

0 commit comments

Comments
 (0)