We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8db5c commit d2a7694Copy full SHA for d2a7694
1 file changed
.github/workflows/build.yml
@@ -132,9 +132,9 @@ jobs:
132
esac
133
# copy the common ESP32 files
134
if [[ ${{matrix.target}} == *ESP32* ]] ; then
135
- cp ~/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/bin/bootloader_dio_40m.bin ~/artifacts/firmware/
136
cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin ~/artifacts/firmware/
137
mv .pio/build/${{ matrix.target }}/partitions.bin ~/artifacts/firmware/
+ mv .pio/build/${{ matrix.target }}/bootloader.bin ~/artifacts/firmware/bootloader_dio_40m.bin
138
fi
139
140
- name: Store Artifacts
0 commit comments