Browse Source

chore: fix macos signing

jamesread 1 tháng trước cách đây
mục cha
commit
ad22434ec8
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      .goreleaser.yml

+ 1 - 2
.goreleaser.yml

@@ -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}}"