Add github workflow option for trusted signing #3001
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I guess I was developing this alongside with the work @Levminer has been doing. Trying to add the solution for this to the Docs I stumbled upon the new section that is only a week old with similar instructions.
The solution I appended is for people that want to just use GitHub actions for releasing their tooling and installs all the code for this in GitHub Actions only.
I personally made the signCommand config part of a override tauri.conf with production settings as I didn't want have the settings to codesign locally.
@Levminer did a great job but the wrapper tool in Rust is a bit overkill in my opinion and you still need all the other parts installed manually. I wasn't able to use the official TrustedSiging GitHub action either as I wasn't singing in their GitHub action, but wanted to invoke it from the Tauri side.