Skip to content

Commit de033fc

Browse files
committed
fixes
1 parent edb7cdf commit de033fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ certificate.p12
255255
### ❓ How to automate the above process using GitHub Actions?
256256
**1. GitHub Repository Setup**
257257
1. Create a new repository.
258-
![new-repo-code-signing](https://raw.githubusercontent.com/omkarcloud/botasaurus/master/images/new-repo-code-signing.jpg)
258+
![new-repo-code-signing](https://raw.githubusercontent.com/omkarcloud/macos-code-signing-example/master/images/new-repo-code-signing.png)
259259
2. Push your code.
260260
3. Encode the certificate and save the output in a secure place:
261261
```bash
@@ -264,9 +264,9 @@ base64 -i certificate.p12
264264

265265
**2. Create an S3 Bucket**
266266
1. Open the AWS Console > S3.
267-
![aws-s3](https://raw.githubusercontent.com/omkarcloud/botasaurus/master/images/aws-s3.jpg)
267+
![aws-s3](https://raw.githubusercontent.com/omkarcloud/macos-code-signing-example/master/images/aws-s3.png)
268268
2. Click "Create bucket".
269-
![create-bucket](https://raw.githubusercontent.com/omkarcloud/botasaurus/master/images/create-bucket.jpg)
269+
![create-bucket](https://raw.githubusercontent.com/omkarcloud/macos-code-signing-example/master/images/create-bucket.png)
270270
3. Configure the bucket:
271271
```
272272
Bucket name: Enter a unique bucket name. Conventionally, this name matches your product's name in kebab case. For example, if your product's name is "Chess Master," your bucket name will be `chess-master`.

0 commit comments

Comments
 (0)