diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-16 22:57:20 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-16 22:58:26 -0400 |
commit | 33795b99ca9ba2370a26a13784bd453fb5d9a558 (patch) | |
tree | 083af722a0f7d1b435fc2829c189d65a4c4081fe /.github | |
parent | 05591ff37bad4701cdebe68e61b74ad4f4b45f26 (diff) |
Change the kernel bin name, upload built UF2.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a703643..7f2b0cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,3 +54,9 @@ jobs: id: west-build with: args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=petejohanson_proton_handwire"' + - name: Archive Build + uses: actions/upload-artifact@v2 + if: ${{ matrix.board == "nice_nano "}} + with: + name: zmk-uf2 + path: build/zephyr/zmk.uf2 |