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,12 +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
89- echo "${{ secrets.APPLE_NOTARIZATION_PRIVATE_KEY }}" > AuthKey_W442ZA3W3A.p8
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
9090
9191 - name : Setup build environment
9292 run : |
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,10 +15,16 @@ app {
1515 }
1616
1717 mac.notarization {
18- issuer-id = ${env.APPLE_NOTARIZATION_ISSUER_ID}
19- key-id = ${env.APPLE_NOTARIZATION_KEY_ID}
18+ issuer-id = 69a6de7e-86df-47e3-e053-5b8c7c11a4d1
19+ key-id = W442ZA3W3A
2020 private-key = AuthKey_W442ZA3W3A.p8
2121 }
22+
23+ # mac.notarization {
24+ # issuer-id = ${env.APPLE_NOTARIZATION_ISSUER_ID}
25+ # key-id = ${env.APPLE_NOTARIZATION_KEY_ID}
26+ # private-key = AuthKey_W442ZA3W3A.p8
27+ # }
2228}
2329
2430# Pass root signing key from environment variable
You can’t perform that action at this time.
0 commit comments