From c3b7e74eb1216f9a25ab33278caa868a6e913150 Mon Sep 17 00:00:00 2001 From: Manuel Pagliuca Date: Wed, 17 Jan 2024 11:30:33 +0100 Subject: [PATCH] Missing -i input option in the base64 command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3590e1..19afebb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Next, create a .p12 file that combines all of your certificates and private keys Copy the .p12 format in base64: ```sh -base64 CertificateFile.p12 | pbcopy +base64 -i CertificateFile.p12 | pbcopy ``` Paste the output of the above command into a secret called `CERTIFICATES_P12` and the password into `CERTIFICATES_P12_PASSWORD` into the GitHub Actions Secrets in the GitHub settings.