Skip to content

Commit

Permalink
Fix pmd report upload ?
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpaxton committed Nov 11, 2024
1 parent 860e7b5 commit d8cdf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,11 +615,11 @@ jobs:
- uses: actions/[email protected]
with:
name: pmd-report
path: "${{ github.workspace }}/java/target/pmd.xml"
path: java/target/pmd.xml
- uses: actions/[email protected]
with:
name: maven-site
path: "${{ github.workspace }}/java/target/site"
path: java/target/site
build-linux-arm:
if: ${{ github.repository_owner == 'facebook' }}
runs-on:
Expand Down

0 comments on commit d8cdf34

Please sign in to comment.