0
0
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:
Refringe 2025-01-03 17:15:54 -05:00
parent 6ac30dcc1b
commit b8b17f9e59
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -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^^}"