From fdc74d2dbba9694885d92af8dcd50ffc659540d2 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Thu, 28 Nov 2024 11:49:42 +0800 Subject: [PATCH] ci: update codecov action field name --- .github/workflows/built-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/built-tests.yml b/.github/workflows/built-tests.yml index 436d76ac4..10822b49f 100644 --- a/.github/workflows/built-tests.yml +++ b/.github/workflows/built-tests.yml @@ -119,7 +119,7 @@ jobs: with: disable_search: true token: ${{ secrets.CODECOV_TOKEN }} - file: ${{ matrix.test-type }}.profile + files: ${{ matrix.test-type }}.profile flags: ${{ matrix.test-type }} verbose: true