File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -83,26 +83,26 @@ builds:
8383# - goos: solaris
8484# goarch: '386'
8585# binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
86- # archives:
87- # - format: zip
88- # files:
89- # - none*
90- # name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
91- # checksum:
92- # name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
93- # algorithm: sha256
94- # signs:
95- # - artifacts: checksum
96- # args:
97- # # if you are using this is in a GitHub action or some other automated pipeline, you
98- # # need to pass the batch flag to indicate its not interactive.
99- # - "--batch"
100- # - "--local-user"
101- # - "{{ .Env.GPG_FINGERPRINT }}"
102- # - "--output"
103- # - "${signature}"
104- # - "--detach-sign"
105- # - "${artifact}"
86+ archives :
87+ - format : zip
88+ files :
89+ - none*
90+ name_template : ' {{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
91+ checksum :
92+ name_template : ' {{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
93+ algorithm : sha256
94+ signs :
95+ - artifacts : checksum
96+ args :
97+ # if you are using this is in a GitHub action or some other automated pipeline, you
98+ # need to pass the batch flag to indicate its not interactive.
99+ - " --batch"
100+ - " --local-user"
101+ - " {{ .Env.GPG_FINGERPRINT }}"
102+ - " --output"
103+ - " ${signature}"
104+ - " --detach-sign"
105+ - " ${artifact}"
106106
107107changelog :
108108 use : github-native
You can’t perform that action at this time.
0 commit comments