File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 24
24
- ' itsybitsy_nrf52840_express'
25
25
- ' metro_nrf52840_express'
26
26
- ' ledglasses_nrf52840'
27
- # Alphabetical order
27
+ # Other Makers ( Alphabetical order)
28
28
- ' adm_b_nrf52840_1'
29
29
- ' ae_bl652_bo'
30
30
- ' aramcon_badge_2019'
@@ -111,7 +111,7 @@ jobs:
111
111
asset_name : ${{ matrix.board }}_bootloader-${{ github.event.release.tag_name }}.zip
112
112
asset_content_type : application/zip
113
113
114
- - name : Upload Release Asset for Self-Update
114
+ - name : Release Asset for UF2
115
115
uses : actions/upload-release-asset@v1
116
116
env :
117
117
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -121,3 +121,11 @@ jobs:
121
121
asset_path : _bin/${{ matrix.board }}/update-${{ matrix.board }}_bootloader-${{ github.event.release.tag_name }}_nosd.uf2
122
122
asset_name : update-${{ matrix.board }}_bootloader-${{ github.event.release.tag_name }}_nosd.uf2
123
123
asset_content_type : application/x-binary
124
+
125
+ - name : Release Asset
126
+ uses : softprops/action-gh-release@v1
127
+ if : ${{ github.event_name == 'release' }}
128
+ with :
129
+ files : |
130
+ _bin/${{ matrix.board }}/${{ matrix.board }}_bootloader-${{ github.event.release.tag_name }}_s140_6.1.1.zip
131
+ _bin/${{ matrix.board }}/${{ matrix.board }}_bootloader-${{ github.event.release.tag_name }}_s140_6.1.1.hex
You can’t perform that action at this time.
0 commit comments