From 51ecbf1fd415006cb2dde48770ee8ad3edf2ab00 Mon Sep 17 00:00:00 2001 From: Eclipse Date: Thu, 16 Oct 2025 10:02:27 +0000 Subject: [PATCH] Take build artifact from client module --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d98b79d..e0494b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: if: success() with: artifacts: | - rainbow:build/libs/Rainbow.jar + rainbow:client/build/libs/Rainbow.jar - name: Get Version if: ${{ (success() || failure()) && github.repository == 'GeyserMC/Rainbow' }} @@ -76,7 +76,7 @@ jobs: privateKey: ${{ secrets.DOWNLOADS_PRIVATE_KEY }} host: ${{ secrets.DOWNLOADS_SERVER_IP }} files: | - build/libs/Rainbow.jar + client/build/libs/Rainbow.jar changelog: ${{ steps.metadata.outputs.body }} # - name: Publish to Modrinth