diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3e27254..51f98e96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,10 +40,9 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: junit-results + name: reports path: | - **/build/test-results/test/*.xml - build/reports + **/build/reports/ - name: Disable Auto-Merge on Fail if: failure() && github.event_name == 'pull_request'