mirror of
https://github.com/GeyserMC/Rainbow.git
synced 2025-12-19 14:59:16 +00:00
Conditionalize includeDownloads in build workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -87,4 +87,4 @@ jobs:
|
|||||||
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}
|
discordWebhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
body: ${{ steps.metadata.outputs.body }}
|
body: ${{ steps.metadata.outputs.body }}
|
||||||
includeDownloads: true
|
includeDownloads: ${{ success() && github.repository == 'GeyserMC/Rainbow' && github.ref_name == 'master' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user