Skip to content

Commit 40dfd67

Browse files
committed
Reenable config
1 parent 6eb3f25 commit 40dfd67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ 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')
111+
- name: Prepare for app notarization
112+
if: startsWith(matrix.os, 'macos')
113113
# # 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
114+
run: |
115+
mkdir -p ~/private_keys/
116+
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
117117
118118
# Compile app and upload artifacts
119119
- name: Compile & release Electron app

0 commit comments

Comments
 (0)