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 785150b commit c86a9b3Copy full SHA for c86a9b3
.github/workflows/ci.yml
@@ -42,3 +42,7 @@ jobs:
42
env:
43
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.OSSRH_USER }}
44
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_PASSWORD }}
45
+ - uses: actions/upload-artifact@v4
46
+ with:
47
+ path: build/libs
48
+ if-no-files-found: 'error'
0 commit comments