Skip to content

Commit 0d72801

Browse files
committed
Upload build reports
1 parent 18fa222 commit 0d72801

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,10 @@ jobs:
4545
run: ./gradlew publishToSonatype
4646
env:
4747
SONATYPE_USERNAME: ${{ secrets.NEXUS_USERNAME }}
48-
SONATYPE_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
48+
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

Comments
 (0)