We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68959e0 commit f6c9614Copy full SHA for f6c9614
.github/workflows/githubci.yml
@@ -101,6 +101,6 @@ jobs:
101
if: ${{ github.event_name == 'release' }}
102
with:
103
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
+ _bin/${{ matrix.board }}/${{ matrix.board }}_bootloader-*.zip
+ _bin/${{ matrix.board }}/${{ matrix.board }}_bootloader-*.hex
+ _bin/${{ matrix.board }}/update-${{ matrix.board }}_bootloader-*.uf2
0 commit comments