diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b7179d6..532c89a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -44,7 +44,7 @@ jobs: id: jacoco uses: madrapps/jacoco-report@v1.3 with: - paths: ${{ github.workspace }}/buttplug4j*/build/reports/jacoco/test/jacocoTestReport.xml + paths: ${{ github.workspace }}/**/build/reports/jacoco/test/jacocoTestReport.xml token: ${{ secrets.GITHUB_TOKEN }} if: github.event_name == 'pull_request'