diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a5980d6..9953a1f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -527,7 +527,7 @@ jobs: if [[ "${{ needs.prepare.outputs.is_nightly }}" == "true" ]]; then EMBED_COLOR=16705372 EMBED_DESCRIPTION='A new nightly build is available. These are untested and considered unstable. Absolutely no support is provided. **If you ask for help you will be banned from the #dev-builds channel without explanation.** 7-Zip is *required* to extract the release. The download link is temporary.' - MODS='enabled' + MODS='disabled' else if [ "$BUILD_TYPE" == "bleeding" ]; then EMBED_COLOR=15548997