diff options
author | Ben V. Brown <[email protected]> | 2021-09-25 09:50:55 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2021-09-25 09:50:55 +1000 |
commit | f598b9a96f665692cfce700eabb04112217821e5 (patch) | |
tree | 5d23f6ffb46099c28f2bacf06e135084bc39f665 /.github | |
parent | b258ff3b3defd9cece3eb2b51944069b5986c34d (diff) | |
download | IronOS-f598b9a96f665692cfce700eabb04112217821e5.tar.gz IronOS-f598b9a96f665692cfce700eabb04112217821e5.zip |
Bin files are no longer required
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ada2ba14..92f77bf3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -43,7 +43,6 @@ jobs: name: ${{ matrix.model }} path: | source/Hexfile/${{ matrix.model }}_*.hex - source/Hexfile/${{ matrix.model }}_*.bin source/Hexfile/${{ matrix.model }}_*.dfu source/Hexfile/LICENSE source/Hexfile/LICENSE_RELEASE.md @@ -89,7 +88,6 @@ jobs: name: ${{ matrix.model }}_multi-lang path: | source/Hexfile/${{ matrix.model }}_*.hex - source/Hexfile/${{ matrix.model }}_*.bin source/Hexfile/${{ matrix.model }}_*.dfu source/Hexfile/LICENSE source/Hexfile/LICENSE_RELEASE.md |