File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ builds:
1515 - -s -w
1616 - -X go.szostok.io/version.version={{.Version}}
1717 - -X go.szostok.io/version.buildDate={{.Date}}
18- checksum :
19- name_template : ' windows_checksums.txt'
2018
2119snapshot :
2220 name_template : " {{ incpatch .Version }}"
@@ -33,7 +31,10 @@ changelog:
3331archives :
3432 - name_template : " {{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
3533 format : zip
36-
34+
35+ release :
36+ disable : true # Linux runner will publish the release (including the windows binaries)
37+
3738# Re-enable when https://github.com/goreleaser/goreleaser/issues/4292 is fixed
3839# chocolateys:
3940# - name: azctx
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ builds:
1818 - -X go.szostok.io/version.version={{.Version}}
1919 - -X go.szostok.io/version.buildDate={{.Date}}
2020checksum :
21- name_template : ' linux_darwin_checksums .txt'
21+ name_template : ' checksums .txt'
2222
2323snapshot :
2424 name_template : " {{ incpatch .Version }}"
You can’t perform that action at this time.
0 commit comments