We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9f72d commit 1bea79bCopy full SHA for 1bea79b
.github/workflows/release.yml
@@ -43,10 +43,16 @@ jobs:
43
working-directory: apps/desktop
44
run: pnpm download-node:all
45
46
+ - name: Import Developer ID cert
47
+ uses: apple-actions/import-codesign-certs@v3
48
+ with:
49
+ p12-file-base64: ${{ secrets.DEVELOPER_CERT_BASE64 }}
50
+ p12-password: ${{ secrets.DEVELOPER_CERT_PASSPHRASE }}
51
+
52
- name: Build artifacts
53
54
env:
- SKIP_CODESIGNING: true
55
+ SKIP_CODESIGNING: false
56
SKIP_NOTARIZATION: true
57
APPLE_ID: ${{ secrets.APPLE_ID }}
58
APPLE_APP_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }}
0 commit comments