ci(release): expose checksummed validation artifacts - #154
Conversation
📝 WalkthroughWalkthroughThe release workflow now generates SHA256 checksums, validates the expected arm64-v8a APK, publishes release files to Namespace, and verifies checksums before packaging APKs and checksum files. ChangesRelease artifact integrity
Estimated code review effort: 2 (Simple) | ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/release.yml:
- Around line 166-173: Update the release flow around the APK_FILES manifest and
Namespace upload so SHA256SUMS references exactly the APK files uploaded there.
Either upload every APK included by the manifest, or generate a separate
arm64-only manifest for the Namespace artifact; preserve checksum validation for
the selected upload set.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 1a29a286-6bf1-4e4d-9cfd-38f5923ee628
📒 Files selected for processing (1)
.github/workflows/release.yml
|
Follow-up validation for
|
Summary
SHA256SUMSfor every release APKValidation
29277363734passed all jobs29277365429passed withpublish=false; the publication job stayed skippedSHA256SUMSGreptile Summary
This PR adds checksum handling to the release workflow. The main changes are:
SHA256SUMSfor release APKs.Confidence Score: 5/5
This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "ci(release): tighten artifact set valida..." | Re-trigger Greptile