Browse Source

ci(build): add zmk.hex to archive

This facilitates users who can't utilize the uf2 artifact.

PR: #485
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
97d045e7ef
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -126,4 +126,5 @@ jobs: @@ -126,4 +126,5 @@ jobs:
with:
name: "${{ steps.variables.outputs.artifact-name }}-uf2"
path: |
build/zephyr/zmk.hex
build/zephyr/zmk.uf2

Loading…
Cancel
Save