We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c78ac commit 781a328Copy full SHA for 781a328
.github/workflows/ci.yml
@@ -25,3 +25,9 @@ jobs:
25
ORG_GRADLE_PROJECT_sonatype_username: ${{ secrets.SONATYPE_S01_USERNAME }}
26
ORG_GRADLE_PROJECT_sonatype_password: ${{ secrets.SONATYPE_S01_PASSWORD }}
27
run: ./gradlew publish
28
+ - name: Upload reports
29
+ if: success() || failure()
30
+ uses: actions/upload-artifact@v4
31
+ with:
32
+ name: reports-build
33
+ path: '**/build/reports'
0 commit comments