diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index d1a63ae..d159588 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -65,8 +65,8 @@ jobs: dotnet test \ --no-build \ -c Release \ - --logger "trx;LogFileName=test-results.trx" - + --logger "trx;LogFileName=test-results.trx" \ + --results-directory ./TestResults # 指定统一的输出目录 - name: Test Report uses: dorny/test-reporter@v2 if: always()