mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user