ci: publish nested standalone archives as release assets - #994
Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Greptile SummaryThe PR makes the release asset glob recursive so standalone archives retained under a nested
Confidence Score: 5/5The PR appears safe to merge because the recursive glob includes the intended nested release archives without exposing unrelated workspace files. The release job downloads only explicitly uploaded wheels and standalone archives into its release directory, and the expanded glob allows the nested archives to reach the GitHub release step. Important Files Changed
Reviews (1): Last reviewed commit: "ci: publish nested standalone archives a..." | Re-trigger Greptile |
Summary
The v1.5.0 release published with only the 5 wheels — the standalone
strix-1.5.0-*.tar.gz/.ziparchives are missing. Sincedist/*.whlwas added to the build artifact paths, the artifact root becamedist/, so the archives sit in arelease/subdirectory inside it; aftermerge-multipledownload they land atrelease/release/*, which the non-recursivefiles: release/*glob skips.Link to Devin session: https://app.devin.ai/sessions/41db97c4aa2c42d2a2ce9a2ef59d7425
Requested by: @0xallam