Skip to content

Commit c9638d1

Browse files
authored
Update deploy.yml
1 parent 21dbcaa commit c9638d1

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
@@ -30,6 +30,7 @@ jobs:
3030
security create-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_DB"
3131
security set-keychain-settings -lut "$KEYCHAIN_TIMEOUT" "$KEYCHAIN_DB"
3232
security unlock-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_DB"
33+
touch "$DEV_CERT_P12"
3334
ls "$RUNNER_TEMP"
3435
echo -n "$DEV_CERT_B64" | base64 --decode --output "$DEV_CERT_P12"
3536
ls "$RUNNER_TEMP"

0 commit comments

Comments
 (0)