Apple-Actions / import-codesign-certs

GitHub Action for Importing Code-signing Certificates into a Keychain
MIT License
186 stars 79 forks source link

Update the keychain list #3

Closed orj closed 4 years ago

orj commented 4 years ago

This PR resolves #2

The temp keychain was not added to security's list of keychains after being created. This meant that Xcode couldn't find it. This PR addresses that issue.