Skip to content

Commit 103c155

Browse files
committed
ci: Fix notarize not detecting binaries
1 parent 776d52f commit 103c155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ changelog:
5151
notarize:
5252
macos:
5353
- enabled: '{{ isEnvSet "MACOS_SIGN_P12" }}'
54+
ids: [darwin]
5455
sign:
5556
certificate: "{{ .Env.MACOS_SIGN_P12 }}"
5657
password: "{{ .Env.MACOS_SIGN_PASSWORD }}"

0 commit comments

Comments
 (0)