From 3ea6d110269f586c4f7d6fe5130fc3981896ce93 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 15 Nov 2021 11:12:20 +0000 Subject: [PATCH] Updated java ci --- .github/workflows/java-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml index 2ad82b32..f6520e9c 100644 --- a/.github/workflows/java-ci.yml +++ b/.github/workflows/java-ci.yml @@ -15,5 +15,8 @@ jobs: distribution: 'adopt' - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b - - name: Build with Gradle - run: ./gradlew build \ No newline at end of file + - run: ./gradlew build + - uses: actions/upload-artifact@v2 + with: + name: Package + path: build/libs \ No newline at end of file