Closed karelbilek closed 1 year ago
It's now possible to sign and notarize in github actions through rust crate
You need to install rust, cargo install apple-codesign and look at the documentation to the crate
cargo install apple-codesign
You don't need to know any Rust for that
Duplicate of #34
It's now possible to sign and notarize in github actions through rust crate
You need to install rust,
cargo install apple-codesign
and look at the documentation to the crateYou don't need to know any Rust for that