Skip to content

Commit 18acd2e

Browse files
committed
release fix
1 parent ba1ae61 commit 18acd2e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ archives:
2828
- formats:
2929
- binary
3030
meta: true
31-
# Archive name.
32-
#
33-
# Default:
34-
# - if format is `binary`:
35-
# - `{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}`
36-
# - if format is anything else:
37-
# - `{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}`
38-
# Templates: allowed.
39-
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
4031

4132
# snapshots are used for testing and development purposes
4233
# build snapshots with `goreleaser build --snapshot --clean`

0 commit comments

Comments
 (0)