Skip to content

Commit

Permalink
Upload .hex version of bootloader in addition to .bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard committed Apr 22, 2021
1 parent 9934a71 commit 6945ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
python tools/progen_compile.py --release --parallel -v -v --ignore-failures
(ls -lR firmware_*; ccache -s; arm-none-eabi-gcc -v) | tee log.txt
mkdir bootloaders
cp projectfiles/make_gcc_arm/*_bl/build/*_crc.bin bootloaders
cp projectfiles/make_gcc_arm/*_bl/build/*_crc.{bin,hex} bootloaders
- name: Upload test artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6945ae8

Please sign in to comment.