Skip to content

Commit 1a6ecb8

Browse files
committed
Fixes
1 parent 49c25e3 commit 1a6ecb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ jobs:
108108
RELEASE_NOTE: ${{ needs.draft.outputs.release-note }}
109109
run: echo "$RELEASE_NOTE" >> ./buildResources/release-notes.md
110110

111+
- name: Prepare for app notarization
112+
if: startsWith(matrix.os, 'macos')
113+
# Import Apple API key for app notarization on macOS
114+
run: |
115+
mkdir -p ~/private_keys/
116+
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
117+
111118
# Compile app and upload artifacts
112119
- name: Compile & release Electron app
113120
uses: samuelmeuli/action-electron-builder@v1

0 commit comments

Comments
 (0)