Skip to content

Commit d2a7694

Browse files
pkendall64JyeSmith
authored andcommitted
Copy the configured bootloader binary to the firmware artefact
1 parent fb8db5c commit d2a7694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ jobs:
132132
esac
133133
# copy the common ESP32 files
134134
if [[ ${{matrix.target}} == *ESP32* ]] ; then
135-
cp ~/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/bin/bootloader_dio_40m.bin ~/artifacts/firmware/
136135
cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin ~/artifacts/firmware/
137136
mv .pio/build/${{ matrix.target }}/partitions.bin ~/artifacts/firmware/
137+
mv .pio/build/${{ matrix.target }}/bootloader.bin ~/artifacts/firmware/bootloader_dio_40m.bin
138138
fi
139139
140140
- name: Store Artifacts

0 commit comments

Comments
 (0)