ci: removed non standard --zero option

This commit is contained in:
Sergiu Deitsch 2021-11-19 22:22:41 +01:00
parent cf4c4699bc
commit cb7c19d36b

View File

@ -38,7 +38,7 @@ jobs:
- name: Unpack artifacts
run: |
ls --zero *.zip | xargs -0 unzip
ls *.zip | xargs unzip
- name: Generate Coverage
run: |