Skip to content

Commit f61a2e7

Browse files
authored
Update deploy.yml
1 parent 47bc7b7 commit f61a2e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
security set-keychain-settings -lut "$KEYCHAIN_TIMEOUT" "$KEYCHAIN_DB"
3232
security unlock-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_DB"
3333
echo -n "$DEV_CERT_B64" | base64 --decode --output "$DEV_CERT_P12"
34+
ls "$RUNNER_TEMP"
3435
security import "$DEV_CERT_P12" -P "$DEV_CERT_PWD" -A -t cert -f pkcs12 -k "$KEYCHAIN_DB"
3536
security list-keychain -d user -s "$KEYCHAIN_DB"
3637

0 commit comments

Comments
 (0)