Change the kernel bin name, upload built UF2.

This commit is contained in:
Pete Johanson 2020-06-16 22:57:20 -04:00
parent 05591ff37b
commit 33795b99ca
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -1,2 +1,3 @@
# CONFIG_LOG=y
# CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_KERNEL_BIN_NAME="zmk"