Skip to content

Commit

Permalink
ci(build): remove proton_c guard from uf2 archive step
Browse files Browse the repository at this point in the history
Guards conditions aren't strictly required because the build only logs a warning if the file doesn't exist.  It still completes successfully.

PR: zmkfirmware#463
  • Loading branch information
innovaker authored and petejohanson committed Dec 4, 2020
1 parent 42cdb83 commit 54cbc07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=${{ matrix.shield }}"'
- name: Archive build
uses: actions/upload-artifact@v2
if: ${{ matrix.board != 'proton_c' }}
with:
name: "${{ matrix.board }}-${{ matrix.shield }}-zmk-uf2"
path: build/zephyr/zmk.uf2

0 comments on commit 54cbc07

Please sign in to comment.