Skip to content

Commit

Permalink
Add bootloader firmwares to build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard committed Apr 22, 2021
1 parent e7b1ccd commit 1bf9c25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,14 @@ jobs:
export PATH="/usr/lib/ccache:${{ runner.temp }}/arm-gcc/bin/:/home/runner/.local/bin:$PATH"
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
- name: Upload test artifacts
uses: actions/upload-artifact@v2
with:
name: firmware-dev-${{github.run_number}}
path: |
bootloaders/*
firmware*/*
!firmware*/*.zip

0 comments on commit 1bf9c25

Please sign in to comment.