fix: generate checksums on API asset upload #175
Reference in New Issue
Block a user
Delete Branch "feat/release-sha-checksums"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix: checksums were only generated on CreateRelease/UpdateRelease, not on direct API asset upload.
The API endpoint POST /releases/{id}/assets bypasses CreateRelease and UpdateRelease, so checksums were not generated for API uploads. Added GenerateReleaseChecksums call after successful asset upload. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>