Skip to content

Commit c86a9b3

Browse files
committed
Upload the artifacts
1 parent 785150b commit c86a9b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ jobs:
4242
env:
4343
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.OSSRH_USER }}
4444
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

Comments
 (0)