ci: fixed unzipping multiple archives

This commit is contained in:
Sergiu Deitsch 2021-11-19 22:30:03 +01:00
parent cb7c19d36b
commit f42fd3b154

View File

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