aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2021-09-24 13:17:12 +1000
committerBen V. Brown <[email protected]>2021-09-24 13:17:12 +1000
commitb258ff3b3defd9cece3eb2b51944069b5986c34d (patch)
treea4ea158646fc5ce43ed009e4309a4cacf3d7fc26 /.github
parent113a9c6250ca67d121fc135c9b2cd63c2f126a86 (diff)
downloadIronOS-b258ff3b3defd9cece3eb2b51944069b5986c34d.tar.gz
IronOS-b258ff3b3defd9cece3eb2b51944069b5986c34d.zip
Persist dfu files into github assets
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml2
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