0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 17:30:44 -05:00

Mods are disabled on nightly builds

This commit is contained in:
Refringe 2025-01-05 00:57:05 -05:00
parent 6a18bcb4a1
commit 6b53c3de65
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -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