Skip to content

Commit

Permalink
ci: fix order of mv step
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jul 17, 2024
1 parent 43b349c commit dd9b328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
. /opt/esp/idf/export.sh
cmake -Daction=select_board -P Bootloader.cmake
cmake -Daction=build_all_apps -P Bootloader.cmake
mv build/combined.bin build/graphical_bootloader_${{ matrix.board.name }}.bin
- name: Merge binaries into a single image
run: |
. /opt/esp/idf/export.sh
cmake -Daction=merge_binaries -P Bootloader.cmake
mv build/combined.bin build/graphical_bootloader_${{ matrix.board.name }}.bin
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

[Run on-line in Wokwi Simulator](https://wokwi.com/experimental/viewer?diagram=https://github.com/georgik/esp32-graphical-bootloader/blob/main/diagram.json&firmware=https://github.com/georgik/esp32-graphical-bootloader/releases/download/v0.3/graphical-bootloader-esp32-box-3-uf2.bin)

[![Try it with ESP Launchpad](https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png)](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://raw.githubusercontent.com/georgik/esp32-graphical-bootloader/main/esp-launchpad.toml)


## Selected board

The project is by default configured for ESP32-S3-BOX-3. In case of different board please run one of following exports and then CMake command:
Expand Down

0 comments on commit dd9b328

Please sign in to comment.