Skip to content

Commit 24ed6a3

Browse files
committed
Building
1 parent 24eac6e commit 24ed6a3

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/beta-release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

conveyor.sign.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ app {
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

0 commit comments

Comments
 (0)