File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 38
38
run : pnpm build
39
39
40
40
- name : Run Electron Builder
41
- if : ${{ matrix.platform != 'mac' }}
42
41
run : |
43
42
pnpm electron-builder --${{ matrix.platform }} --publish always
44
43
env :
45
44
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
-
47
- - name : Run Electron Builder
48
- if : ${{ matrix.platform == 'mac' }}
49
- run : |
50
- echo "$API_KEY" > apple.p8
51
- pnpm electron-builder --${{ matrix.platform }} --publish always
52
- env :
53
- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54
- CSC_LINK : ${{ secrets.APPLE_SIGNING_CERT }}
55
- CSC_KEY_PASSWORD : ${{ secrets.APPLE_SIGNING_CERT_PASSWORD }}
56
- API_KEY : ${{ secrets.APPLE_API_KEY }}
57
- APPLE_API_KEY : apple.p8
58
- APPLE_API_KEY_ID : ${{ secrets.APPLE_API_KEY_ID }}
59
- APPLE_API_ISSUER : ${{ secrets.APPLE_API_ISSUER }}
You can’t perform that action at this time.
0 commit comments