Try with quotes

This commit is contained in:
49lf
2024-09-16 07:57:56 -04:00
parent 24b9aa3a8f
commit a5c34ff667

View File

@ -270,7 +270,7 @@ jobs:
if: ${{ !cancelled() && (success() || failure()) }} if: ${{ !cancelled() && (success() || failure()) }}
with: with:
name: playwright-coverage-${{ runner.os }}-${{ matrix.shardIndex }}-${{ github.sha }} name: playwright-coverage-${{ runner.os }}-${{ matrix.shardIndex }}-${{ github.sha }}
path: .nyc_output/*.json path: ".nyc_output/*.json"
retention-days: 30 retention-days: 30
overwrite: true overwrite: true