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 c9638d1 commit 925436eCopy full SHA for 925436e
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
touch "$DEV_CERT_P12"
34
ls "$RUNNER_TEMP"
35
echo -n "$DEV_CERT_B64" | base64 --decode --output "$DEV_CERT_P12"
36
- ls "$RUNNER_TEMP"
+ ls -la "$RUNNER_TEMP"
37
security import "$DEV_CERT_P12" -P "$DEV_CERT_PWD" -A -t cert -f pkcs12 -k "$KEYCHAIN_DB"
38
security list-keychain -d user -s "$KEYCHAIN_DB"
39
0 commit comments