Skip to content

Commit 6eb3f25

Browse files
committed
Fixes
1 parent 1a6ecb8 commit 6eb3f25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 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')
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
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
117117

118118
# Compile app and upload artifacts
119119
- name: Compile & release Electron app

0 commit comments

Comments
 (0)