ci: unzip artifacts individually

This commit is contained in:
Sergiu Deitsch 2021-11-19 22:14:07 +01:00
parent 5a3bd74cfa
commit cf4c4699bc

View File

@ -7,7 +7,8 @@ on:
- completed
jobs:
finish:
merge:
name: Aggregate coverage reports
defaults:
run:
shell: bash
@ -37,7 +38,7 @@ jobs:
- name: Unpack artifacts
run: |
unzip *.zip
ls --zero *.zip | xargs -0 unzip
- name: Generate Coverage
run: |