From ee61ca7151dbfb0552f08261928c57a923b4892f Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sun, 23 Aug 2026 12:50:48 +0200 Subject: [PATCH] Fix upload of test results Signed-off-by: Holger Friedrich --- .github/workflows/ci-test-results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-results.yml b/.github/workflows/ci-test-results.yml index 5db2484de72..dd7216cef0a 100644 --- a/.github/workflows/ci-test-results.yml +++ b/.github/workflows/ci-test-results.yml @@ -57,7 +57,7 @@ jobs: uses: EnricoMi/publish-unit-test-result-action@v2 with: commit: ${{ github.event.workflow_run.head_sha }} - event_file: event/event-file-ubuntu-24.04/event.json + event_file: event/event.json event_name: ${{ github.event.workflow_run.event }} large_files: true report_individual_runs: true