mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
ci: fix missing -
3rd time's the charm?
This commit is contained in:
parent
03a17f8ed6
commit
4ceaf980a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user