Skip to content

Commit b7447e1

Browse files
committed
GoReleaser format_overrides.format was renamed
1 parent abdf98f commit b7447e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ archives:
5454
- id: defang-archive
5555
format_overrides:
5656
- goos: darwin
57-
format: zip
57+
formats: [zip]
5858
- goos: windows
59-
format: zip
59+
formats: [zip]
6060
# replace "darwin" with "macOS" in the filename; replace "all" with ""; NOTE: if you change this, also change go.yml GitHub Actions workflow
6161
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}{{ if ne .Arch "all" }}_{{ .Arch }}{{ end }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
6262
hooks:

0 commit comments

Comments
 (0)