Browse Source

Merge pull request #252 from petejohanson/actions/upload-uf2-except-proton-c

Upload all UF2 images on GH action build
xmkb
Pete Johanson 4 years ago committed by GitHub
parent
commit
6902511c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -75,7 +75,7 @@ jobs: @@ -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…
Cancel
Save