Skip to content

Commit 561b2df

Browse files
Update GoReleaser archive configuration
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 520b29f commit 561b2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ builds:
3838

3939
archives:
4040
- id: nix
41-
builds: [macOS, linux]
41+
ids: [macOS, linux]
4242
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
4343
wrap_in_directory: true
4444
format: tar.gz
4545
files:
4646
- LICENSE
4747

4848
- id: windows
49-
builds: [windows]
49+
ids: [windows]
5050
wrap_in_directory: false
5151
format: zip
5252
files:

0 commit comments

Comments
 (0)