Skip to content

Commit

Permalink
Update ant.yml
Browse files Browse the repository at this point in the history
remove verify-cert line
  • Loading branch information
lkurz authored May 15, 2024
1 parent 5366fbc commit a4c63f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ jobs:
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
# import certificate from secrets
echo $BUILD_CERTIFICATE_BASE64 | base64 --decode > $CERTIFICATE_PATH
ls -la $RUNNER_TEMP
# security -v verify-cert -c $CERTIFICATE_PATH
security -v create-keychain -p $KEYCHAIN_PASSWD $KEYCHAIN_PATH
security -v list-keychains
security -v set-keychain-settings -lut 21600 $KEYCHAIN_PATH
Expand Down

0 comments on commit a4c63f3

Please sign in to comment.