ci(build): remove proton_c guard from uf2 archive step

Guards conditions aren't strictly required because the build only logs a warning if the file doesn't exist.  It still completes successfully.

PR: #463
This commit is contained in:
innovaker 2020-12-02 10:45:08 +00:00 committed by Pete Johanson
parent 42cdb83823
commit 54cbc07e6e
1 changed files with 0 additions and 1 deletions

View File

@ -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