Skip to content

Commit 7361c19

Browse files
committed
Update workflow
1 parent f7a6d4e commit 7361c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

electron-builder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ mac:
2525
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
2626
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
2727
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
28-
notarize: true
28+
notarize:
29+
teamId: "${env.APPLE_TEAM_ID}"
2930
target:
3031
- target: dmg
3132
arch:

0 commit comments

Comments
 (0)