Skip to content

Commit d199240

Browse files
committed
fix: fixed goreleaser yaml file
1 parent 64ad8e7 commit d199240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ builds:
1717
- arm64
1818
- 386
1919
ldflags: |
20-
- "-s -w"
20+
-s -w
2121
-X github.com/nilotpaul/gospur/config.version={{.Version}}
2222
-X github.com/nilotpaul/gospur/config.commit={{.Commit}}
2323
-X github.com/nilotpaul/gospur/config.date={{.Date}}
2424
2525
archives:
26-
- format: tar.gz
26+
- formats: [ 'tar.gz' ]
2727
# this name template makes the OS and Arch compatible with the results of `uname`.
2828
name_template: >-
2929
{{ .ProjectName }}_
@@ -35,4 +35,4 @@ archives:
3535
# use zip for windows archives
3636
format_overrides:
3737
- goos: windows
38-
format: zip
38+
formats: [ 'zip' ]

0 commit comments

Comments
 (0)