diff options
author | Ben V. Brown <[email protected]> | 2021-09-24 13:17:12 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2021-09-24 13:17:12 +1000 |
commit | b258ff3b3defd9cece3eb2b51944069b5986c34d (patch) | |
tree | a4ea158646fc5ce43ed009e4309a4cacf3d7fc26 /.github | |
parent | 113a9c6250ca67d121fc135c9b2cd63c2f126a86 (diff) | |
download | IronOS-b258ff3b3defd9cece3eb2b51944069b5986c34d.tar.gz IronOS-b258ff3b3defd9cece3eb2b51944069b5986c34d.zip |
Persist dfu files into github assets
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c13445ff..ada2ba14 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -44,6 +44,7 @@ jobs: path: | source/Hexfile/${{ matrix.model }}_*.hex source/Hexfile/${{ matrix.model }}_*.bin + source/Hexfile/${{ matrix.model }}_*.dfu source/Hexfile/LICENSE source/Hexfile/LICENSE_RELEASE.md if-no-files-found: error @@ -89,6 +90,7 @@ jobs: path: | source/Hexfile/${{ matrix.model }}_*.hex source/Hexfile/${{ matrix.model }}_*.bin + source/Hexfile/${{ matrix.model }}_*.dfu source/Hexfile/LICENSE source/Hexfile/LICENSE_RELEASE.md if-no-files-found: error |