File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -149,21 +149,20 @@ release:
149
149
### Binary installation
150
150
Download the appropriate archive for your platform, extract, and move to your PATH.
151
151
152
- # Signing configuration
153
- signs :
154
- - id : macos
155
- cmd : gon
156
- args :
157
- - " {{ .ProjectPath }}/gon-sign.hcl"
158
- artifacts : archive
159
- ids :
160
- - main
161
- signature : " ${artifact}.zip"
162
- output : true
163
- env :
164
- - APPLE_DEVELOPER_ID_APPLICATION={{ .Env.APPLE_DEVELOPER_ID }}
165
- - APPLE_DEVELOPER_TEAM_ID={{ .Env.APPLE_TEAM_ID }}
166
- - AC_PASSWORD={{ .Env.AC_PASSWORD }}
152
+ signs :
153
+ - id : macos
154
+ cmd : gon
155
+ args :
156
+ - " {{ .ProjectPath }}/gon-sign.hcl"
157
+ artifacts : archive
158
+ ids :
159
+ - main
160
+ signature : " ${artifact}.zip"
161
+ output : true
162
+ env :
163
+ - APPLE_DEVELOPER_ID_APPLICATION={{ .Env.APPLE_DEVELOPER_ID }}
164
+ - APPLE_DEVELOPER_TEAM_ID={{ .Env.APPLE_TEAM_ID }}
165
+ - AC_PASSWORD={{ .Env.AC_PASSWORD }}
167
166
168
167
sboms :
169
168
- artifacts : archive
You can’t perform that action at this time.
0 commit comments