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

Further attempt at setting up publishing

This commit is contained in:
onebeastchris
2025-07-18 14:39:33 +02:00
parent a03c9397f9
commit d594f86553

View File

@@ -38,7 +38,7 @@ jobs:
if: success() if: success()
with: with:
artifacts: | artifacts: |
rainbow:build/libs/rainbow.jar rainbow:build/libs/Rainbow.jar
- name: Get Version - name: Get Version
if: ${{ (success() || failure()) && github.repository == 'GeyserMC/Rainbow' }} if: ${{ (success() || failure()) && github.repository == 'GeyserMC/Rainbow' }}
@@ -55,7 +55,7 @@ jobs:
appID: ${{ secrets.RELEASE_APP_ID }} appID: ${{ secrets.RELEASE_APP_ID }}
appPrivateKey: ${{ secrets.RELEASE_APP_PK }} appPrivateKey: ${{ secrets.RELEASE_APP_PK }}
files: | files: |
rainbow:build/libs/rainbow.jar rainbow:build/libs/Rainbow.jar
releaseEnabled: false releaseEnabled: false
saveMetadata: true saveMetadata: true
releaseProject: 'rainbow' releaseProject: 'rainbow'
@@ -69,7 +69,7 @@ jobs:
privateKey: ${{ secrets.DOWNLOADS_PRIVATE_KEY }} privateKey: ${{ secrets.DOWNLOADS_PRIVATE_KEY }}
host: ${{ secrets.DOWNLOADS_SERVER_IP }} host: ${{ secrets.DOWNLOADS_SERVER_IP }}
files: | files: |
build/libs/rainbow.jar build/libs/Rainbow.jar
changelog: ${{ steps.metadata.outputs.body }} changelog: ${{ steps.metadata.outputs.body }}
# - name: Publish to Modrinth # - name: Publish to Modrinth