Merge pull request #252 from petejohanson/actions/upload-uf2-except-proton-c
Upload all UF2 images on GH action build
This commit is contained in:
commit
6902511c65
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=${{ matrix.shield }}"'
|
||||
- name: Archive Build
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{ matrix.board == 'nice_nano' }}
|
||||
if: ${{ matrix.board != 'proton_c' }}
|
||||
with:
|
||||
name: "${{ matrix.board }}-${{ matrix.shield }}-zmk-uf2"
|
||||
path: build/zephyr/zmk.uf2
|
||||
|
|
Loading…
Reference in a new issue