ci(conveyor): fix config file

This commit is contained in:
Gauthier Roebroeck 2023-11-02 14:36:34 +08:00
parent 0995c26fe0
commit b80de0365b

View File

@ -6,7 +6,7 @@ app {
mac.notarization {
issuer-id = ${env.APPLE_ISSUER_ID}
key-id = ${env.APPLE_KEY_ID}
; the secret is written to file by CI from Gihub Secrets
# the secret is written to file by CI from Github Secrets
private-key = ./secret/apple_private_key.p8
}
}