Skip to content

Commit a681048

Browse files
committed
[CI] Add APPLE_TEAM_ID to macOS release workflow
1 parent 25f7120 commit a681048

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release_macOS.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
APPLE_ID: ${{ secrets.APPLEID }}
1616
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
1717
TEAMID: ${{ secrets.TEAMID }}
18+
APPLE_TEAM_ID: ${{ secrets.TEAMID }}
1819

1920
jobs:
2021
release-x64:

electron-builder.yml

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ mac:
6060
entitlementsInherit: build/entitlements.mac.plist
6161
extendInfo:
6262
com.apple.security.cs.allow-jit: true
63-
notarize:
64-
teamId: DLB2RYLUDX
6563
asarUnpack:
6664
- build/bin/darwin/legendary
6765
- build/bin/darwin/gogdl

0 commit comments

Comments
 (0)