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

Fix actions (I think)

This commit is contained in:
Eclipse
2025-10-16 09:43:04 +00:00
parent 97af13e3bd
commit 58b2c76017
2 changed files with 22 additions and 1 deletions

View File

@@ -87,4 +87,4 @@ jobs:
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
body: ${{ steps.metadata.outputs.body }}
includeDownloads: ${{ success() && github.repository == 'GeyserMC/Rainbow' && github.ref_name == 'master' }}
includeDownloads: ${{ github.ref_name == 'master' }}