mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
cec58654ac
There is a bug in the artifact downloading where a single artifact matching a pattern is extracted flat to the working directory without creating a subdirectory. This meant the glob `pr-coverage-*/pr-number.txt` never matched, silently skipping the comment step on every run. Fixed by using `merge-multiple: true` with an explicit `path`, giving a deterministic download location regardless of artifact count. ## Type of Change - [X] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context Fix the GitHub actions to post coverage numbers ## Testing - [ ] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs