Skip to content

Commit

Permalink
Add team id to macOS notarization action
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ann0see committed Aug 26, 2023
1 parent 51ac390 commit 8c9632e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ jobs:
primary-bundle-id: io.jamulus.Jamulus
appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }}
appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }}
appstore-connect-team-id: ${{ secrets.NOTARIZATION_TEAM_ID }}

- name: Staple macOS Release Build
if: >-
Expand Down

0 comments on commit 8c9632e

Please sign in to comment.