diff options
| -rw-r--r-- | .github/workflows/regression_template.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml index e8ef195b..f2b529f6 100644 --- a/.github/workflows/regression_template.yml +++ b/.github/workflows/regression_template.yml @@ -174,7 +174,8 @@ jobs: - uses: actions/[email protected] if: ${{ inputs.skip_test }} with: - name: coverage_report + name: ${{ steps.artifact.outputs.coverage_report }} + path: ${{ inputs.cmake_path }}/coverage_report - name: Upload Code Coverage Pages uses: actions/[email protected] |
