File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments