chore: fix macos signing
This commit is contained in:
parent
79b8504326
commit
ad22434ec8
|
|
@ -187,8 +187,7 @@ nfpms:
|
|||
notarize:
|
||||
macos:
|
||||
- enabled: '{{ isEnvSet "MACOS_SIGN_P12" }}'
|
||||
ids:
|
||||
- default
|
||||
# Defaults to project_name when omitted; must match builds[].id (also project_name).
|
||||
sign:
|
||||
certificate: "{{.Env.MACOS_SIGN_P12}}"
|
||||
password: "{{.Env.MACOS_SIGN_PASSWORD}}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue