diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-02 14:09:30 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-08 00:51:23 -0500 |
commit | 97d045e7ef887f8b532838676347e8def0291215 (patch) | |
tree | c81a95b58ac4c564728c723be7f507b7b0c9bdf4 /.github/workflows/build.yml | |
parent | 7ca90540aed50179fd6be7e910871543f9005077 (diff) |
ci(build): add zmk.hex to archive
This facilitates users who can't utilize the uf2 artifact.
PR: #485
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d2204a..fd52d7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,4 +126,5 @@ jobs: with: name: "${{ steps.variables.outputs.artifact-name }}-uf2" path: | + build/zephyr/zmk.hex build/zephyr/zmk.uf2 |