ci: unzip artifacts individually
This commit is contained in:
parent
5a3bd74cfa
commit
cf4c4699bc
5
.github/workflows/coveralls.yml
vendored
5
.github/workflows/coveralls.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user