We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b232ba commit 6eff603Copy full SHA for 6eff603
.github/workflows/release.yml
@@ -54,7 +54,6 @@ jobs:
54
rm $CERTIFICATE
55
security set-key-partition-list -S "apple-tool:,apple:" -s -k mysecretpassword $(pwd)/build.keychain
56
security find-identity -v
57
- sudo sntp -sS -t 60 time4.google.com || true
58
xcrun notarytool store-credentials \
59
--apple-id "${{ secrets.APPLE_SIGNING_ALTOOL_USERNAME }}" \
60
--password "${{ secrets.APPLE_SIGNING_ALTOOL_PASSWORD }}" \
0 commit comments