Small Publish action fix.

-Fixed: Renamed files to junit_files since the original is deprecated
This commit is contained in:
Speiger 2022-07-16 05:00:50 +02:00
parent 03b23f0e3c
commit 5118ae8b1f
2 changed files with 2 additions and 2 deletions

View File

@ -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: .

View File

@ -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: .