ci(build): add zmk.hex to archive
This facilitates users who can't utilize the uf2 artifact. PR: #485
This commit is contained in:
parent
7ca90540ae
commit
97d045e7ef
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -126,4 +126,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: "${{ steps.variables.outputs.artifact-name }}-uf2"
|
name: "${{ steps.variables.outputs.artifact-name }}-uf2"
|
||||||
path: |
|
path: |
|
||||||
|
build/zephyr/zmk.hex
|
||||||
build/zephyr/zmk.uf2
|
build/zephyr/zmk.uf2
|
||||||
|
|
Loading…
Reference in a new issue