File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -54,3 +54,5 @@ thumbs.db
5454# Editor-based Rest Client
5555.idea /httpRequests
5656/.idea /csv-plugin.xml
57+
58+ * .env
You can’t perform that action at this time.
0 commit comments