We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a4a38 commit 82db792Copy full SHA for 82db792
.goreleaser.yaml
@@ -3,6 +3,8 @@
3
# For local testing, use:
4
#
5
# goreleaser release --snapshot --clean
6
+version: 2
7
+
8
project_name: gwctl
9
10
before:
@@ -34,7 +36,7 @@ builds:
34
36
- -X github.com/flomesh-io/gwctl/pkg/version.buildDate={{.Date}}
35
37
38
archives:
- - format: tar.gz
39
+ - formats: tar.gz
40
# This name template makes the OS and Arch compatible with the results of
41
# uname.
42
name_template: >-
@@ -47,4 +49,4 @@ archives:
47
49
# Use zip for windows archives
48
50
format_overrides:
51
- goos: windows
- format: zip
52
+ formats: zip
0 commit comments