From fb559f3853ea1ff31a91f764bfb5508b80b24caa Mon Sep 17 00:00:00 2001 From: Mnemotechnican <69920617+Mnemotechnician@users.noreply.github.com> Date: Mon, 27 Nov 2023 01:12:55 +0300 Subject: [PATCH] Update build.yml - do not build minchat-cli --- .github/workflows/build.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b87f6ca..1c2b6d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,11 +11,12 @@ jobs: - name: Add build tools to the $PATH run: echo "${ANDROID_HOME}/build-tools/33.0.2" >> $GITHUB_PATH - + + # The minchat-cli:shadowJar task is not run as minchat-cli is deprecated - name: Compile the mod run: | chmod +x ./gradlew - ./gradlew minchat-backend:jar minchat-cli:shadowJar minchat-client:release + ./gradlew minchat-backend:jar minchat-client:release - name: Upload the client artifact uses: actions/upload-artifact@v2 @@ -29,8 +30,8 @@ jobs: name: ${{ github.event.repository.name }}-backend-server path: minchat-backend/build/libs/*.jar - - name: Upload the cli client artifact - uses: actions/upload-artifact@v2 - with: - name: ${{ github.event.repository.name }}-cli-client - path: minchat-cli/build/libs/*.jar +# - name: Upload the cli client artifact +# uses: actions/upload-artifact@v2 +# with: +# name: ${{ github.event.repository.name }}-cli-client +# path: minchat-cli/build/libs/*.jar