Skip to content

Commit

Permalink
Remove illegal -k option from find-certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Oct 27, 2024
1 parent fc3e461 commit 5dad144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ jobs:
security unlock-keychain -p mixxx Mixxx.keychain
security import ~/certificate.p12 -k Mixxx.keychain \
-P "${MACOS_CODESIGN_CERTIFICATE_PASSWORD}" -A
security find-certificate -a -Z -k Mixxx.keychain
APPLE_CODESIGN_IDENTITY="$(security find-certificate -a -Z -k Mixxx.keychain | grep ^SHA-1 | cut -d " " -f3 | uniq)"
security find-certificate -a -Z Mixxx.keychain
APPLE_CODESIGN_IDENTITY="$(security find-certificate -a -Z Mixxx.keychain | grep ^SHA-1 | cut -d " " -f3 | uniq)"
security set-key-partition-list -S "apple-tool:,apple:" -k mixxx Mixxx.keychain
# Add keychain to search list
security list-keychains -s Mixxx.keychain
Expand Down

0 comments on commit 5dad144

Please sign in to comment.