ci: removed non standard --zero option
This commit is contained in:
parent
cf4c4699bc
commit
cb7c19d36b
2
.github/workflows/coveralls.yml
vendored
2
.github/workflows/coveralls.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Unpack artifacts
|
||||
run: |
|
||||
ls --zero *.zip | xargs -0 unzip
|
||||
ls *.zip | xargs unzip
|
||||
|
||||
- name: Generate Coverage
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user