Skip to content

Commit

Permalink
ci: finalize release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jul 17, 2024
1 parent 53ddc67 commit 1211951
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
run: |
. /opt/esp/idf/export.sh
cmake -Daction=select_board -P Bootloader.cmake
#cmake -Daction=build_all_apps -P Bootloader.cmake
mkdir build
touch build/combined.bin
mv build/combined.bin build/graphical_bootloader_${{ matrix.board.name }}.bin
cmake -Daction=build_all_apps -P Bootloader.cmake
# mkdir build
# touch build/combined.bin
# 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
- name: Merge binaries into a single image
run: |
. /opt/esp/idf/export.sh
cmake -Daction=merge_binaries -P Bootloader.cmake
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1211951

Please sign in to comment.