We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764adbd commit 4f65b21Copy full SHA for 4f65b21
.circleci/config.yml
@@ -547,7 +547,7 @@ jobs:
547
echo "$CSC_P12_BASE64" | base64 -id > certs/mac-developer.p12
548
echo "$CSC_MAC_INSTALLER_P12_BASE64" | base64 -id > certs/mac-installer.p12
549
# echo "$CSC_MAS_P12_BASE64" | base64 -id > certs/mas-distribution.p12
550
- echo "$CSC_MAS_ALL_P12_BASE64" | base64 -id > certs/mac-distribution-and-installer.p12.p12
+ echo "$CSC_MAS_ALL_P12_BASE64" | base64 -id > certs/mac-distribution-and-installer.p12
551
echo "$WIN_CSC_PFX_BASE64" | base64 -id > certs/redislabs_win.pfx
552
- persist_to_workspace:
553
root: .
0 commit comments