Skip to content

Commit f6c9614

Browse files
committed
more clean up
1 parent 68959e0 commit f6c9614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ jobs:
101101
if: ${{ github.event_name == 'release' }}
102102
with:
103103
files: |
104-
_bin/${{ matrix.board }}/${{ matrix.board }}_bootloader-${{ github.event.release.tag_name }}*.zip
105-
_bin/${{ matrix.board }}/${{ matrix.board }}_bootloader-${{ github.event.release.tag_name }}*.hex
106-
_bin/${{ matrix.board }}/update-${{ matrix.board }}_bootloader-${{ github.event.release.tag_name }}_nosd.uf2
104+
_bin/${{ matrix.board }}/${{ matrix.board }}_bootloader-*.zip
105+
_bin/${{ matrix.board }}/${{ matrix.board }}_bootloader-*.hex
106+
_bin/${{ matrix.board }}/update-${{ matrix.board }}_bootloader-*.uf2

0 commit comments

Comments
 (0)