Skip to content

Commit

Permalink
Change the kernel bin name, upload built UF2.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jun 17, 2020
1 parent 05591ff commit 33795b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions app/prj.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# CONFIG_LOG=y
# CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_KERNEL_BIN_NAME="zmk"

0 comments on commit 33795b9

Please sign in to comment.