Skip to content

Commit 0a1fd4d

Browse files
committed
Modified workflow to build shadowjar
1 parent a75dfea commit 0a1fd4d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/android-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
VideoServer/.gradle
5757
key: ${{ runner.os }}-videoserver-gradle-${{ hashFiles('VideoServer/gradlew', 'VideoServer/build.gradle') }}
5858

59-
- name: Build VideoServer
60-
run: chmod +x gradlew && ./gradlew build
59+
- name: Build VideoServer Shadow JAR
60+
run: chmod +x gradlew && ./gradlew shadowJar
6161
working-directory: ./VideoServer
6262

63-
- name: Upload VideoServer jar artifact
63+
- name: Upload VideoServer shadow JAR artifact
6464
uses: actions/upload-artifact@v4
6565
with:
66-
name: video-server-jar
67-
path: VideoServer/build/libs/*.jar
66+
name: video-server-shadow-jar
67+
path: VideoServer/build/libs/*-all.jar

0 commit comments

Comments
 (0)