1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00

ci: smart quotes/dashes are horrible

This commit is contained in:
Wez Furlong 2021-11-22 14:09:08 -07:00
parent 4ceaf980a9
commit 5be0196b69

View File

@ -48,7 +48,7 @@ case $OSTYPE in
set +x
if [ -n "$MACOS_CERT" ] ; then
echo $MACOS_CERT | base64 -decode > certificate.p12
echo $MACOS_CERT | base64 --decode > certificate.p12
security create-keychain -p "$MACOS_PW" build.keychain
security default-keychain -s build.keychain
security unlock-keychain -p "$MACOS_PW" build.keychain