File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 6767 - name : Build Electron app
6868 env :
6969 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
70- CSC_LINK : ${{ secrets.CSC_LINK }}
71- CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
72- APPLE_ID : ${{ secrets.APPLE_ID }}
73- APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
74- APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
7570 NODE_OPTIONS : " --max_old_space_size=4096"
7671 run : |
7772 if [ "$RUNNER_OS" == "Windows" ]; then
Original file line number Diff line number Diff line change 2121 icon : assets/icons/icon.icns
2222 target :
2323 - dmg
24- identity : " Xinzhe Wang (RDQSC33B2X) "
24+ identity : null
2525 category : " public.app-category.developer-tools"
2626 type : " distribution"
2727 hardenedRuntime : true
You can’t perform that action at this time.
0 commit comments