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 18fa222 commit 0d72801Copy full SHA for 0d72801
.github/workflows/release_to_maven.yml
@@ -45,4 +45,10 @@ jobs:
45
run: ./gradlew publishToSonatype
46
env:
47
SONATYPE_USERNAME: ${{ secrets.NEXUS_USERNAME }}
48
- SONATYPE_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
+ SONATYPE_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
49
+ - name: Upload build reports
50
+ uses: actions/upload-artifact@v4
51
+ if: always()
52
+ with:
53
+ name: build-reports
54
+ path: '**/build/reports/'
0 commit comments