This Action staples notary service tickets to macOS products.
- name: "Staple Release Build"
uses: devbotsxyz/xcode-staple@v1
with:
product-path: "Export/Application.app"
The devbotsxyz/example-macos-rings project is an example macOS project with a release.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.
- Carthage Bootstrap - Bootstrap your Carthage Dependencies/
- Xcode Staple - Staple a Notarization Ticket to your product.
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.