File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,22 @@ tag-template: 'v$RESOLVED_VERSION'
33categories :
44 - title : ' :rocket: Features and Enhancements'
55 labels :
6- - ' feat'
7- - ' Feature'
8- - ' Enhancement'
6+ - ' feature'
7+ - ' enhancement'
98 - title : ' :bug: Bug Fixes'
10- label : ' Fix '
9+ label : ' fix '
1110 - title : ' :wrench: Maintenance'
1211 labels :
13- - ' Chore '
12+ - ' chore '
1413 - title : ' :page_facing_up: Documentation'
1514 label : ' Documentation'
1615change-template : ' - $TITLE (#$NUMBER) - @$AUTHOR'
1716exclude-contributors :
1817 - ' dependabot'
1918 - ' dependabot[bot]'
2019exclude-labels :
21- - ' Dependencies '
22- - ' Chore '
20+ - ' dependencies '
21+ - ' chore '
2322version-resolver :
2423 major :
2524 labels :
Original file line number Diff line number Diff line change 4646 - name : Upload Release Assets
4747 if : ${{ github.event_name == 'push' }}
4848 run : |
49- gh release upload ${{ steps.draft-release.outputs.tag_name }} src/ESP01Firmware/build/esp8266.esp8266.generic/ESP01Firmware.ino.bin --clobber
49+ zip ESP01Firmware.zip src/ESP01Firmware/build/esp8266.esp8266.generic/ESP01Firmware.ino.bin
50+ gh release upload ${{ steps.draft-release.outputs.tag_name }} ESP01Firmware.zip --clobber
5051
You can’t perform that action at this time.
0 commit comments