Skip to content

Commit

Permalink
Merge pull request #402 from baynezy/feature/issue-401-test-upload
Browse files Browse the repository at this point in the history
Fix warning with unit test upload action
  • Loading branch information
baynezy authored May 7, 2024
2 parents f0a863b + d1fdc21 commit 87b353a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/step-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
target: Test
- name: Publish Unit Test Results
if: ${{ github.actor != 'dependabot[bot]' }}
uses: EnricoMi/publish-unit-test-result-action/composite@v2
uses: EnricoMi/publish-unit-test-result-action/linux@v2
with:
files: "**/TestResults/*.xml"
- name: Build NuGet Package
Expand Down

0 comments on commit 87b353a

Please sign in to comment.