diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index da6bab93c0..34371b3d81 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -24,6 +24,6 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2 with: commit: ${{ github.event.workflow_run.head_sha }} - event_file: artifacts/Store event file/event.json + event_file: artifacts/Event File/event.json event_name: ${{ github.event.workflow_run.event }} files: "artifacts/**/*.xml"