fix(documentation): update artifact naming for generated docs#17332
fix(documentation): update artifact naming for generated docs#17332
Conversation
Review Summary by QodoFix documentation workflow artifact naming duplication
WalkthroughsDescription• Fix artifact naming duplication in documentation workflow • Include language identifier in artifact name to prevent conflicts • Update download pattern to match new naming convention File Changes1. .github/workflows/update-documentation.yml
|
Code Review by Qodo
|
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation release workflow to avoid artifact name collisions during release runs (especially when documentation updates are executed per-language).
Changes:
- Make the generated docs artifact name unique per language (
documentation-<language>). - Switch the download step from a fixed artifact name to a name pattern.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
🔗 Related Issues
When the release workflow runs, the artifact name is duplicated, and the whole thing fails.