Skip to content

Commit

Permalink
Update README and prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jun 25, 2024
1 parent c671f3a commit 399e934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ This action only runs on macOS.
| username | The Apple ID username to use for notarization | `${{ secrets.APPLE_ID_USERNAME }}` | Yes |
| password | The Apple ID password to use for notarization | `${{ secrets.APPLE_ID_PASSWORD }}` | Yes |
| apple-team-id | The Apple Team ID to use for signing and notarization | `33DS2ZRDST` | Yes |
| app-path | The path to the application to sign and notarize | `build/my_app` | Yes |
| app-path | The path(s) to the application to sign and notarize. Multiple files should be on separate lines. | `build/my_app` | Yes |
| entitlements-path | The path to the entitlements file to use for signing | `src/entitlements.plist` | No |

## Usage

```yaml
- name: Sign and notarize the release build
uses: toitlang/action-macos-sign-notarize@v1.1.2
uses: toitlang/action-macos-sign-notarize@v1.2.0
with:
certificate: ${{ secrets.CERTIFICATE }}
certificate-password: ${{ secrets.CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit 399e934

Please sign in to comment.