File tree Expand file tree Collapse file tree 4 files changed +297
-70
lines changed
Expand file tree Collapse file tree 4 files changed +297
-70
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches : [main]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 lint :
1114 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 tags :
66 - " v*"
77
8+ permissions :
9+ contents : write
10+
811jobs :
912 release :
1013 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ version : 2
2+
13builds :
24 - skip : true
35
@@ -7,16 +9,15 @@ release:
79 name : cloudconnexa-go-client
810
911archives :
10- - format : tar.gz
11- name_template : >-
12+ - name_template : >-
1213 {{ .ProjectName }}_
1314 {{- title .Os }}_
1415 {{- if eq .Arch "amd64" }}x86_64
1516 {{- else if eq .Arch "386" }}i386
1617 {{- else }}{{ .Arch }}{{ end }}
17- format_overrides :
18- - goos : windows
19- format : zip
18+ {{- if eq .Os "windows" }}.zip{{ else }}.tar.gz{{ end }}
19+ files:
20+ - none*
2021
2122checksum :
2223 name_template : " checksums.txt"
You can’t perform that action at this time.
0 commit comments