From b8b17f9e59315684cfb11bd5488c76254cfb8053 Mon Sep 17 00:00:00 2001 From: Refringe Date: Fri, 3 Jan 2025 17:15:54 -0500 Subject: [PATCH] Nightly does not include mod support --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b339a1c..b393f4b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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^^}"