Skip to content

Commit

Permalink
[CI] Add APPLE_TEAM_ID to macOS release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Jan 29, 2025
1 parent 25f7120 commit a681048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
APPLE_ID: ${{ secrets.APPLEID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
TEAMID: ${{ secrets.TEAMID }}
APPLE_TEAM_ID: ${{ secrets.TEAMID }}

jobs:
release-x64:
Expand Down
2 changes: 0 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
com.apple.security.cs.allow-jit: true
notarize:
teamId: DLB2RYLUDX
asarUnpack:
- build/bin/darwin/legendary
- build/bin/darwin/gogdl
Expand Down

0 comments on commit a681048

Please sign in to comment.