We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f7120 commit a681048Copy full SHA for a681048
.github/workflows/release_macOS.yml
@@ -15,6 +15,7 @@ env:
15
APPLE_ID: ${{ secrets.APPLEID }}
16
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
17
TEAMID: ${{ secrets.TEAMID }}
18
+ APPLE_TEAM_ID: ${{ secrets.TEAMID }}
19
20
jobs:
21
release-x64:
electron-builder.yml
@@ -60,8 +60,6 @@ mac:
60
entitlementsInherit: build/entitlements.mac.plist
61
extendInfo:
62
com.apple.security.cs.allow-jit: true
63
- notarize:
64
- teamId: DLB2RYLUDX
65
asarUnpack:
66
- build/bin/darwin/legendary
67
- build/bin/darwin/gogdl
0 commit comments