We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d3d11 commit 1d97b6cCopy full SHA for 1d97b6c
1 file changed
.goreleaser.yaml
@@ -5,7 +5,6 @@
5
# Feel free to remove those if you don't want/need to use them.
6
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
8
-
9
version: 2
10
project_name: get-all
11
before:
@@ -30,7 +29,7 @@ builds:
30
29
- amd64
31
- arm64
32
archives:
33
- - builds:
+ - ids:
34
- get-all
35
formats: [tar.gz]
36
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
0 commit comments