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

Export core to rainbow-core.jar, setup publishing in actions

This commit is contained in:
Eclipse
2025-10-16 09:57:29 +00:00
parent 58b2c76017
commit 52cd33deff
2 changed files with 8 additions and 1 deletions

View File

@@ -33,6 +33,13 @@ jobs:
env:
BUILD_NUMBER: ${{ steps.release-info.outputs.curentRelease }}
- name: Publish to Maven Repository
if: ${{ success() && github.repository == 'GeyserMC/Rainbow' && github.ref_name == 'master' }}
run: ./gradlew publish
env:
ORG_GRADLE_PROJECT_geysermcUsername: ${{ vars.DEPLOY_USER }}
ORG_GRADLE_PROJECT_geysermcPassword: ${{ secrets.DEPLOY_PASS }}
- name: Archive Artifacts
uses: GeyserMC/actions/upload-multi-artifact@master
if: success()