From 5118ae8b1ffcf15f4cf51003abddb7a4117f4b93 Mon Sep 17 00:00:00 2001 From: Speiger Date: Sat, 16 Jul 2022 05:00:50 +0200 Subject: [PATCH] Small Publish action fix. -Fixed: Renamed files to junit_files since the original is deprecated --- .github/workflows/build_tests_action.yml | 2 +- .github/workflows/pull_build_tests_action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_tests_action.yml b/.github/workflows/build_tests_action.yml index d59eec74..0c3e7cf9 100644 --- a/.github/workflows/build_tests_action.yml +++ b/.github/workflows/build_tests_action.yml @@ -32,7 +32,7 @@ jobs: id: test-results if: always() with: - files: build/test-results/**/*.xml + junit_files: build/test-results/**/*.xml fail_on: nothing ignore_runs: true json_thousands_separator: . diff --git a/.github/workflows/pull_build_tests_action.yml b/.github/workflows/pull_build_tests_action.yml index 3b56202c..e2dbeb6f 100644 --- a/.github/workflows/pull_build_tests_action.yml +++ b/.github/workflows/pull_build_tests_action.yml @@ -32,7 +32,7 @@ jobs: id: test-results if: always() with: - files: build/test-results/**/*.xml + junit_files: build/test-results/**/*.xml fail_on: nothing ignore_runs: true json_thousands_separator: .