Skip to content

Commit

Permalink
ci: simulate creation of build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jul 17, 2024
1 parent 077820a commit c41937a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
. /opt/esp/idf/export.sh
cmake -Daction=select_board -P Bootloader.cmake
#cmake -Daction=build_all_apps -P Bootloader.cmake
mkdir -p build
touch build/combined.bin
mv build/combined.bin build/graphical_bootloader_${{ matrix.board.name }}.bin
gh release upload ${{ needs.create-release.outputs.upload_url }} "build/graphical_bootloader_${{ matrix.board.name }}.bin" --clobber
Expand Down

0 comments on commit c41937a

Please sign in to comment.