File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,18 +46,24 @@ jobs:
4646 - name : Copy firmware
4747 run : |
4848 cp .pio/build/esp32/merged-flash.bin ./.github/pages/esp32.bin
49+ cp .pio/build/esp32/firmware.bin ./.github/pages/esp32-ota.bin
4950 cp .pio/build/esp8266/firmware.bin ./.github/pages/esp8266.bin
5051 cp .pio/build/esp32-s3/merged-flash.bin ./.github/pages/esp32-s3.bin
5152 cp .pio/build/esp32-c3/merged-flash.bin ./.github/pages/esp32-c3.bin
53+ cp .pio/build/esp32-s3/firmware.bin ./.github/pages/esp32-s3-ota.bin
54+ cp .pio/build/esp32-c3/firmware.bin ./.github/pages/esp32-c3-ota.bin
5255 - name : Upload firmware artifacts
5356 uses : actions/upload-artifact@v7
5457 with :
5558 name : firmware
5659 path : |
5760 ./.github/pages/esp32.bin
61+ ./.github/pages/esp32-ota.bin
5862 ./.github/pages/esp8266.bin
5963 ./.github/pages/esp32-s3.bin
64+ ./.github/pages/esp32-s3-ota.bin
6065 ./.github/pages/esp32-c3.bin
66+ ./.github/pages/esp32-c3-ota.bin
6167 - name : Setup Github Page
6268 uses : actions/configure-pages@v6
6369 - name : Upload webflash files
8894 files : |
8995 ./esp8266.bin
9096 ./esp32.bin
97+ ./esp32-ota.bin
9198 ./esp32-s3.bin
99+ ./esp32-s3-ota.bin
92100 ./esp32-c3.bin
101+ ./esp32-c3-ota.bin
93102 - name : Deploy to GitHub Pages
94103 id : deployment
95104 uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments