We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5658c89 + 9493acf commit 0c01d4eCopy full SHA for 0c01d4e
.github/workflows/build.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Set notarization credentials
103
if: startsWith(github.ref, 'refs/tags/')
104
run: |
105
- xcrun altool --store-password-in-keychain-item "AC_PASSWORD" -u "${{ secrets.AC_USERNAME }}" -p "${{ secrets.AC_PASSWORD }}"
+ xcrun notarytool store-credentials "AC_PASSWORD" --apple-id "${{ secrets.AC_USERNAME }}" --team-id "${{ secrets.AC_TEAMID }}" --password "${{ secrets.AC_PASSWORD }}"
106
echo "BuildParameters=${{ env.BuildParameters }} /p:EnableNotarizationBuild=True" >> $GITHUB_ENV
107
108
- name: Build
0 commit comments