-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add binary checksum generation to build workflow #2018
Conversation
- Add checksum generation step for stratus binary - Generate checksums.txt file with SHA256 hash - Upload checksums file as a separate artifact with commit SHA - Keep checksum file in project root for easy access
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to remove duplicate logic. The PR should only have added Generate and upload checksum
steps.
Remove redundant workflow configuration in build-binary.yml, simplifying the GitHub Actions workflow definition
User description
PR Type
Enhancement
Description
Add checksum generation for stratus binary
Upload checksums as separate artifact
Improve build workflow configuration
Update Rust setup and dependencies
Changes walkthrough 📝
build-binary.yml
Enhance build workflow with checksum generation and configuration
updates
.github/workflows/build-binary.yml