Skip to content

Commit 925436e

Browse files
authored
Update deploy.yml
1 parent c9638d1 commit 925436e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
touch "$DEV_CERT_P12"
3434
ls "$RUNNER_TEMP"
3535
echo -n "$DEV_CERT_B64" | base64 --decode --output "$DEV_CERT_P12"
36-
ls "$RUNNER_TEMP"
36+
ls -la "$RUNNER_TEMP"
3737
security import "$DEV_CERT_P12" -P "$DEV_CERT_PWD" -A -t cert -f pkcs12 -k "$KEYCHAIN_DB"
3838
security list-keychain -d user -s "$KEYCHAIN_DB"
3939

0 commit comments

Comments
 (0)