Skip to content

Commit a213d67

Browse files
committed
replace cli step with goreleaser
1 parent 5ec4bed commit a213d67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ builds:
2727
goarch:
2828
- amd64
2929
- arm64
30+
3031
- <<: *build
3132
id: windows
3233
goos:
@@ -36,12 +37,14 @@ archives:
3637
- formats:
3738
- tar.gz
3839
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
40+
id: linux_darwin
3941
ids:
4042
- linux
4143
- darwin
4244
- formats:
4345
- zip
4446
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
47+
id: windows
4548
ids:
4649
- windows
4750

0 commit comments

Comments
 (0)