mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-23 08:15:43 +02:00
Change the kernel bin name, upload built UF2.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user