Skip to content

Commit 8c9632e

Browse files
committed
Add team id to macOS notarization action
lando/notarize-action uses notarytool instead of the deprecated altool by default. Therefore the team id needs to be provided. Set it as GitHub secret.
1 parent 51ac390 commit 8c9632e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/autobuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ jobs:
407407
primary-bundle-id: io.jamulus.Jamulus
408408
appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }}
409409
appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }}
410+
appstore-connect-team-id: ${{ secrets.NOTARIZATION_TEAM_ID }}
410411

411412
- name: Staple macOS Release Build
412413
if: >-

0 commit comments

Comments
 (0)