Skip to content

Commit

Permalink
Trying file path only
Browse files Browse the repository at this point in the history
  • Loading branch information
chynesNR committed Jul 21, 2023
1 parent 60c45b6 commit 6ce047d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,8 @@ jobs:
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
flags: Profiler
directory: ${{ env.test_results_path }}
verbose: true
files: .\profiler.xml
files: ${{ env.test_results_path }}\profiler.xml

- name: Archive Artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
Expand Down

0 comments on commit 6ce047d

Please sign in to comment.