1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2025-12-19 14:59:16 +00:00

Take build artifact from client module

This commit is contained in:
Eclipse
2025-10-16 10:02:27 +00:00
parent 52cd33deff
commit 51ecbf1fd4

View File

@@ -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