Skip to content

Commit

Permalink
add back .bin build step
Browse files Browse the repository at this point in the history
  • Loading branch information
conorpp committed Sep 18, 2021
1 parent 7948bba commit 2b72f47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
- name: Size
run: |
cargo size --release --features ${{ matrix.board }}
- name: Artifacts for firmware bundle
run: |
cargo objcopy --release --features ${{ matrix.board }} -- -O binary firmware-${{ matrix.board }}.bin
sudo cp *.bin /
- name: Upload Firmware
uses: actions/upload-artifact@v2
continue-on-error: true
Expand Down

0 comments on commit 2b72f47

Please sign in to comment.