You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .goreleaser.yml
+9-9
Original file line number
Diff line number
Diff line change
@@ -65,30 +65,30 @@ builds:
65
65
66
66
archives:
67
67
- id: connect
68
-
builds: [ connect ]
69
-
format: tar.gz
68
+
ids: [ connect ]
69
+
formats: tar.gz
70
70
files:
71
71
- README.md
72
72
- CHANGELOG.md
73
73
- licenses
74
74
75
75
- id: connect-cloud
76
-
builds: [ connect-cloud ]
77
-
format: tar.gz
76
+
ids: [ connect-cloud ]
77
+
formats: tar.gz
78
78
name_template: 'redpanda-connect-cloud_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
0 commit comments