chore: quote the zip pattern

This commit is contained in:
Pavel 2023-07-27 16:44:30 -07:00
parent aede3c5ea9
commit 0c253dafc7

View File

@ -61,7 +61,7 @@ jobs:
name: blob-report-${{ github.run_attempt }}
path: blob-report-zips
- name: Unzip all blob reports
run: unzip -o blob-report-zips/blob-report-*.zip -d blob-report
run: unzip -o 'blob-report-zips/blob-report-*.zip' -d blob-report
- run: npx playwright merge-reports --reporter markdown,html ./blob-report
- name: Upload HTML report to Azure
run: |