Skip to content

Commit

Permalink
ci: fix artifact name for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jul 17, 2024
1 parent 1211951 commit 43b349c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
. /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
mv build/combined.bin build/graphical_bootloader_${{ matrix.board.name }}.bin
- name: Merge binaries into a single image
run: |
Expand All @@ -63,7 +61,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: graphical_bootloader_${{ matrix.board.name }}
name: graphical_bootloader_${{ matrix.board.name }}.bin
path: build/graphical_bootloader_${{ matrix.board.name }}.bin

upload-release-assets:
Expand Down

0 comments on commit 43b349c

Please sign in to comment.