Skip to content

Commit 54973d8

Browse files
committed
ci: build unsigned for all platform (including mac)
Signed-off-by: hiratazx <[email protected]>
1 parent f03ea7b commit 54973d8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,7 @@ jobs:
3838
run: pnpm build
3939

4040
- name: Run Electron Builder
41-
if: ${{ matrix.platform != 'mac' }}
4241
run: |
4342
pnpm electron-builder --${{ matrix.platform }} --publish always
4443
env:
4544
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 }}

0 commit comments

Comments
 (0)