Skip to content

Commit 8be9d3f

Browse files
committed
Fix: Deprecated settings
1 parent 9c7d241 commit 8be9d3f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

goreleaser.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ builds:
88
- id: mdblist-cli
99
env:
1010
- CGO_ENABLED=0
11-
flags:
12-
- -pgo=cpu.pprof
1311
goos:
1412
- linux
1513
- windows
@@ -36,12 +34,12 @@ builds:
3634
binary: mdblist-cli
3735

3836
archives:
39-
- id: mdblist-cli
37+
- ids: [mdblist-cli]
4038
builds:
4139
- mdblist-cli
4240
format_overrides:
43-
- goos: windows
44-
format: zip
41+
- formats: ['zip']
42+
goos: windows
4543
name_template: >-
4644
{{ .ProjectName }}_
4745
{{- .Version }}_

0 commit comments

Comments
 (0)