mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 17:10:45 -05:00
Mods are disabled on nightly builds
This commit is contained in:
parent
6a18bcb4a1
commit
6b53c3de65
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user