Skip to content

Commit 99aeb19

Browse files
timiclaude
authored andcommitted
feat: re-add Apple code signing configuration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1a2d6e4 commit 99aeb19

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ jobs:
109109
- name: Build Tauri app (Apple Silicon)
110110
working-directory: ./lumis/apps/web
111111
run: pnpm tauri:build
112+
env:
113+
APPLE_CERTIFICATE: "${{ secrets.APPLE_CERTIFICATE }}"
114+
APPLE_CERTIFICATE_PASSWORD: "${{ secrets.APPLE_CERTIFICATE_PASSWORD }}"
115+
APPLE_SIGNING_IDENTITY: "${{ secrets.APPLE_SIGNING_IDENTITY }}"
116+
APPLE_ID: "${{ secrets.APPLE_ID }}"
117+
APPLE_PASSWORD: "${{ secrets.APPLE_PASSWORD }}"
118+
APPLE_TEAM_ID: "${{ secrets.APPLE_TEAM_ID }}"
112119

113120
- name: Find DMG file
114121
id: dmg

0 commit comments

Comments
 (0)