Skip to content

Commit c3b7e74

Browse files
Missing -i input option in the base64 command
1 parent 5565bb6 commit c3b7e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Next, create a .p12 file that combines all of your certificates and private keys
1212
Copy the .p12 format in base64:
1313

1414
```sh
15-
base64 CertificateFile.p12 | pbcopy
15+
base64 -i CertificateFile.p12 | pbcopy
1616
```
1717

1818
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.

0 commit comments

Comments
 (0)