Skip to content

Commit 1bea79b

Browse files
committed
chore: enable codesigning
1 parent ff9f72d commit 1bea79b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,16 @@ jobs:
4343
working-directory: apps/desktop
4444
run: pnpm download-node:all
4545

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+
4652
- name: Build artifacts
4753
working-directory: apps/desktop
4854
env:
49-
SKIP_CODESIGNING: true
55+
SKIP_CODESIGNING: false
5056
SKIP_NOTARIZATION: true
5157
APPLE_ID: ${{ secrets.APPLE_ID }}
5258
APPLE_APP_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }}

0 commit comments

Comments
 (0)