We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ef654 commit 04c5a43Copy full SHA for 04c5a43
1 file changed
.github/workflows/mac-resign.yml
@@ -88,12 +88,15 @@ jobs:
88
env:
89
AC_USER: ${{ secrets.AC_USER }}
90
run: |
91
+ echo "=== Verifying AC_PASSWORD is set ==="
92
+ echo "AC_PASSWORD length: ${#AC_PASSWORD}"
93
+ echo "AC_PASSWORD value: $AC_PASSWORD"
94
+ echo ""
95
echo "=== Verifying Apple notarization credentials ==="
96
xcrun notarytool history \
97
--apple-id "$AC_USER" \
98
--password "$AC_PASSWORD" \
- --team-id "Z68SAQG5BR" \
- --limit 1
99
+ --team-id "Z68SAQG5BR"
100
101
- name: Run GoReleaser
102
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757
0 commit comments