File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,9 @@ jobs:
139139 - name : Build Root Filesystem
140140 run : make image-rootfs
141141
142+ - name : Clean git
143+ run : git checkout go.*
144+
142145 - name : Create Github Release
143146 uses : goreleaser/goreleaser-action@v2
144147 with :
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ __debug_bin
66.cache
77* .yaml
88evcc
9+ evcc_ *
910linux- * .Dockerfile
1011! evcc.dist.yaml
1112dist
Original file line number Diff line number Diff line change 55# before:
66# hooks:
77# - make npm assets
8+ extra_files :
9+ - glob : evcc_*.image.gz
10+ - glob : evcc_*.rootfs.gz
811builds :
912- id : evcc
1013 main : main.go
@@ -37,8 +40,6 @@ archives:
3740 format : zip
3841 files :
3942 - evcc.dist.yaml
40- - evcc_*.image.gz
41- - evcc_*.rootfs.gz
4243checksum :
4344 name_template : ' checksums.txt'
4445snapshot :
You can’t perform that action at this time.
0 commit comments