File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ archives:
9898 name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
9999 format_overrides :
100100 - goos : windows
101- format : zip
101+ formats : [ ' zip' ]
102102 builds :
103103 - linux-amd64
104104 - linux-arm64
@@ -161,7 +161,7 @@ checksum:
161161 name_template : " checksums.txt"
162162
163163snapshot :
164- name_template : " {{ .Tag }}"
164+ version_template : " {{ .Tag }}"
165165
166166changelog :
167167 sort : asc
Original file line number Diff line number Diff line change 11PKG? =github.com/smallstep/step-kms-plugin
22BINNAME? =step-kms-plugin
3- GOLANG_CROSS_VERSION? =v1.22
3+ GOLANG_CROSS_VERSION? =v1.24
44
55# Set V to 1 for verbose output from the Makefile
66Q =$(if $V,,@)
You can’t perform that action at this time.
0 commit comments