File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,11 +81,12 @@ jobs:
8181 run : |
8282 npm run build:beta
8383
84- # - name: Prepare Signing Certificates
85- # run: |
86- # mkdir -p build
87- # echo "${{ secrets.APPLE_CERT }}" | base64 --decode > build/developerID_application.cer
88- # echo "${{ secrets.SPARKLE_KEY }}" | base64 --decode > sparkle.key
84+ - name : Prepare Signing Certificates
85+ run : |
86+ mkdir -p build
87+ # echo "${{ secrets.APPLE_CERT }}" | base64 --decode > build/developerID_application.cer
88+ # echo "${{ secrets.SPARKLE_KEY }}" | base64 --decode > sparkle.key
89+ echo "${{ secrets.APPLE_NOTARIZATION_PRIVATE_KEY }}" > AuthKey_W442ZA3W3A.p8
8990
9091 - name : Setup build environment
9192 run : |
File renamed without changes.
Original file line number Diff line number Diff line change 1717 mac.notarization {
1818 issuer-id = ${env.APPLE_NOTARIZATION_ISSUER_ID}
1919 key-id = ${env.APPLE_NOTARIZATION_KEY_ID}
20- private-key-pem = ${env.APPLE_NOTARIZATION_PRIVATE_KEY}
20+ private-key = AuthKey_W442ZA3W3A.p8
2121 }
2222}
2323
You can’t perform that action at this time.
0 commit comments