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