Skip to content

Commit

Permalink
add artifacts to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
conorpp committed May 7, 2021
1 parent 09d810a commit 16bc5b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ jobs:
- name: Size
run: |
cargo size --release --features ${{ matrix.board }}
- name: Artifacts
run: |
cargo objcopy --release --features ${{ matrix.board }} -- -O binary firmware-${{ matrix.board }}.bin
sudo cp *.bin /
- name: Upload
uses: actions/upload-artifact@v2
continue-on-error: true
with:
name: Binaries
path: ./runners/lpc55/*.bin

build-pc:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 16bc5b3

Please sign in to comment.