File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed
Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ release :
5+ types : [published]
6+
7+ jobs :
8+ publish :
9+ name : Publish
10+ runs-on : ubuntu-latest
11+ permissions :
12+ contents : write
13+ id-token : write
14+ steps :
15+ - name : Check out repository
16+ uses : actions/checkout@v6
17+
18+ - name : Create zipped release package
19+ shell : bash
20+ run : |
21+ cd "${{ github.workspace }}/custom_components/blitzortung"
22+ zip blitzortung.zip -r ./
23+
24+ - name : Upload zip to release
25+ uses : softprops/action-gh-release@v2.5.0
26+ with :
27+ files : ${{ github.workspace }}/custom_components/blitzortung/blitzortung.zip
Original file line number Diff line number Diff line change 11{
2- "name" : " Blitzortung.org Lightning Detector" ,
3- "homeassistant" : " 2024.12.0"
2+ "name" : " Blitzortung.org Lightning Detector" ,
3+ "homeassistant" : " 2024.12.0" ,
4+ "zip_release" : true ,
5+ "filename" : " blitzortung.zip"
46}
You can’t perform that action at this time.
0 commit comments