Skip to content

Commit b7fe657

Browse files
committed
Merge remote-tracking branch 'manuelpagliuca/patch-1' into master
2 parents 1923310 + c3b7e74 commit b7fe657

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)