idf-installer
idf-installer copied to clipboard
Signing of Installer using GH composite action
Description
Since our new composite action has been introduced for signing (https://github.com/espressif/release-sign), this PR updates the current approach of signing to this action.
Related
Testing
It would be good if we could test this on some releases before merging. So the workflow can be called from this PR.
Checklist
Before submitting a Pull Request, please ensure the following:
- [ ] 🚨 This PR does not introduce breaking changes.
- [ ] All CI checks (GH Actions) pass.
- [ ] Documentation is updated as needed.
- [ ] Tests are updated or added as necessary.
- [ ] Code is well-commented, especially in complex areas.
- [ ] Git history is clean — commits are squashed to the minimum necessary.