mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 04:31:37 +02:00
fix ota bin copy
This commit is contained in:
parent
2eb845a9cb
commit
c9b6cc5f6f
3 changed files with 51 additions and 0 deletions
3
.github/workflows/compile_development.yml
vendored
3
.github/workflows/compile_development.yml
vendored
|
@ -49,6 +49,9 @@ jobs:
|
|||
- name: Run PlatformIO
|
||||
run: pio run -d src --environment esp8266-release --environment esp8266-release-prometheus --environment esp8285-release --environment esp32-wroom32-release --environment esp32-wroom32-release-prometheus --environment opendtufusionv1-release
|
||||
|
||||
- name: Copy boot_app0.bin
|
||||
run: cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin .pio/build/opendtufusionv1-release/ota.bin
|
||||
|
||||
- name: Rename Binary files
|
||||
id: rename-binary-files
|
||||
working-directory: src
|
||||
|
|
3
.github/workflows/compile_release.yml
vendored
3
.github/workflows/compile_release.yml
vendored
|
@ -53,6 +53,9 @@ jobs:
|
|||
- name: Run PlatformIO
|
||||
run: pio run -d src --environment esp8266-release --environment esp8266-release-prometheus --environment esp8285-release --environment esp32-wroom32-release --environment esp32-wroom32-release-prometheus --environment opendtufusionv1-release
|
||||
|
||||
- name: Copy boot_app0.bin
|
||||
run: cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin .pio/build/opendtufusionv1-release/ota.bin
|
||||
|
||||
- name: Rename Binary files
|
||||
id: rename-binary-files
|
||||
working-directory: src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue