Commit 1b2dedb
authored
Fix CI Test Results workflow failing to find event.json (#2555)
dawidd6/action-download-artifact@v20 with name_is_regexp creates per-artifact
subdirectories, so the event file lands at event/event-file-ubuntu-24.04/event.json
rather than event/event.json. Download only the ubuntu-24.04 artifact by exact
name and update the event_file path accordingly.1 parent b09508b commit 1b2dedb
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
0 commit comments