ci: Produce a single WPT log artifact

GitHub supports adding files to an artifact in parallel, as long as the
filenames are unique. This makes it easier to download build results
when more than a single builder fails.
This commit is contained in:
Martin Robinson 2023-02-02 15:45:57 +01:00
parent eb5c79243f
commit cc1ccf8aff
3 changed files with 3 additions and 3 deletions

View file

@ -224,7 +224,7 @@ jobs:
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: wpt${{ matrix.chunk_id }}-logs-linux
name: wpt-logs-linux
path: |
test-wpt.${{ matrix.chunk_id }}.log
wpt-jsonsummary.${{ matrix.chunk_id }}.log