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 f02f347 commit 2e04340Copy full SHA for 2e04340
.github/workflows/ios.yml
@@ -49,7 +49,8 @@ jobs:
49
-f pkcs12 \
50
-k ${{ runner.temp }}/${{ env.KEYCHAIN_FILENAME }} \
51
-P "${{ env.APPLE_P12_PASSWORD }}" \
52
- -T /usr/bin/codesign
+ -A -t cert
53
+ # -T /usr/bin/codesign
54
rm ${{ runner.temp }}/${{ env.TMP_CERT_PATH }}
55
# security import ${{ env.CERTIFICATE_PATH }} -f pkcs12 -k ${{ runner.temp }}/${{ env.KEYCHAIN_FILENAME }} -P "${ env.APPLE_P12_PASSWORD }}" -A -t cert
56
security list-keychain -d user -s ${{ runner.temp }}/${{ env.KEYCHAIN_FILENAME }}
0 commit comments