File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ archives:
119119 builds :
120120 - binary-windows
121121 # NB: specifically crafted to ensure compatibility with release artifacts < v3.8.0.
122- name_template : ' {{ .ProjectName }}-v{{ .Version }}'
122+ name_template : ' {{ .ProjectName }}-v{{ .Version }}.{{ .Arch }} '
123123
124124 - id : archive-darwin-universal
125125 format : binary
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ Project changes:
9696* We now also build a Windows ARM64 binary ([ #1791 ] ( https://github.com/getsops/sops/pull/1791 ) ).
9797* In the ` updatekey.Opts ` structure, ` GroupQuorum ` was renamed to ` ShamirThreshold `
9898 ([ #1631 ] ( https://github.com/getsops/sops/pull/1631 ) ).
99+ * Produce multiple Windows binaries ([ #1823 ] ( https://github.com/getsops/sops/pull/1823 ) ).
99100
100101## 3.9.4
101102
You can’t perform that action at this time.
0 commit comments