Overview
When a new release is created, automatically build an RPM package for the project and add it to the release artifacts. This will streamline distribution for users on RPM-based systems and reduce manual steps during the release process.
Requirements
- Integrate RPM package build steps in the existing release workflow
- Ensure the RPM artifact is automatically uploaded alongside other release assets
- Verify the RPM build process works in CI and is triggered only on release creation
- Document the workflow and any new dependencies or scripts