mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 14:50:44 -05:00
Nightly does not include mod support
This commit is contained in:
parent
6ac30dcc1b
commit
b8b17f9e59
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ steps.determine-context.outputs.is_nightly }}" == "true" ]]; then
|
||||
BUILD_TYPE="bleedingmods"
|
||||
BUILD_TYPE="bleeding"
|
||||
else
|
||||
TARGET_TAG="${{ steps.determine-context.outputs.target_tag }}"
|
||||
TARGET_TAG_UPPER="${TARGET_TAG^^}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user