Skip to content

Commit

Permalink
attempt codesign fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jan 25, 2023
1 parent 4beb8ab commit 1bdc58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/add-macos-cert.sh
Expand Up @@ -17,7 +17,7 @@ security unlock-keychain -p actions $KEY_CHAIN

security import $MACOS_CERT_P12_FILE -k $KEY_CHAIN -P $MACOS_CERT_PASSWORD -T /usr/bin/codesign;

security set-key-partition-list -S apple-tool:,apple: -s -k actions $KEY_CHAIN
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k actions $KEY_CHAIN

# remove certs
rm -fr *.p12

0 comments on commit 1bdc58c

Please sign in to comment.