ci: download only platform artifacts for releases#433
Conversation
Greptile SummaryThis PR fixes the
Confidence Score: 5/5Safe to merge — the change is a one-line targeted fix that aligns the stage-release artifact download with the already-correct create-github-release job. The single added line (pattern: hunkdiff-*) is a minimal, low-risk correction. The identical filter was already present in the create-github-release job, confirming the pattern is well-understood and correct. The changelog entry is accurate and placed in the right version section. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[release-benchmark-gate] -->|uploads: release-benchmark-comparison| STORE[(Artifact Store)]
A --> B[build-binaries matrix]
B -->|uploads: hunkdiff-linux-arm64\nhunkdiff-linux-x64\nhunkdiff-windows-x64\nhunkdiff-darwin-x64\nhunkdiff-darwin-arm64| STORE
STORE -->|pattern: hunkdiff-* BEFORE FIX: ALL artifacts| C[stage-release]
STORE -->|pattern: hunkdiff-* already correct| D[create-github-release]
C -->|stage:prebuilt:release| E[Staged npm packages]
C -->|uploads: staged-prebuilt-npm-release| F[publish]
style A fill:#f9f,stroke:#333
style C fill:#bbf,stroke:#333
style D fill:#bfb,stroke:#333
Reviews (1): Last reviewed commit: "ci: download only platform artifacts for..." | Re-trigger Greptile |
Summary
hunkdiff-*platform artifacts.Tests
bun run format:checkbun run typecheckThis PR description was generated by Pi using OpenAI GPT-5