Skip to content

Commit 49c25e3

Browse files
committed
Fixed notarlize config
1 parent b19508f commit 49c25e3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ 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-
118111
# Compile app and upload artifacts
119112
- name: Compile & release Electron app
120113
uses: samuelmeuli/action-electron-builder@v1

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ thumbs.db
5454
# Editor-based Rest Client
5555
.idea/httpRequests
5656
/.idea/csv-plugin.xml
57+
58+
*.env

0 commit comments

Comments
 (0)