ci: unzip artifacts into separate directories
This commit is contained in:
parent
f42fd3b154
commit
f773eb9b6f
4
.github/workflows/coveralls.yml
vendored
4
.github/workflows/coveralls.yml
vendored
@ -38,7 +38,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Unpack artifacts
|
- name: Unpack artifacts
|
||||||
run: |
|
run: |
|
||||||
unzip '*.zip'
|
for file in *.zip; do
|
||||||
|
unzip "$file" -d ${file%.zip}
|
||||||
|
done
|
||||||
|
|
||||||
- name: Generate Coverage
|
- name: Generate Coverage
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user