diff options
author | innovaker <[email protected]> | 2020-12-02 14:09:30 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2020-12-08 00:51:23 -0500 |
commit | 97d045e7ef887f8b532838676347e8def0291215 (patch) | |
tree | c81a95b58ac4c564728c723be7f507b7b0c9bdf4 /.github | |
parent | 7ca90540aed50179fd6be7e910871543f9005077 (diff) | |
download | zmk-97d045e7ef887f8b532838676347e8def0291215.tar.gz zmk-97d045e7ef887f8b532838676347e8def0291215.zip |
ci(build): add zmk.hex to archive
This facilitates users who can't utilize the uf2 artifact.
PR: #485
Diffstat (limited to '.github')
-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 2d2204abf4..fd52d7c872 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 |