This Action staples notary service tickets to macOS products.
- name: "Staple Release Build"
uses: BoundfoxStudios/action-xcode-staple@v1
with:
product-path: "Export/Application.app"
The BoundfoxStudios/community-project project is an example Unity macOS project with a notarization.yml workflow that shows all the steps needed to go from creating a release in GitHub to ending up with a .zip
file that contains a signed and notarized application.
- Xcode Notarize - Notarize a macOS product.
- Xcode Staple - Staple a Notarization Ticket to your product.
- Xcode Select - Select a Xcode version.
This Action is licensed under the MIT license. Contributions are very much welcome and encouraged but we would like to ask to file an issue before submitting pull requests.