Переглянути джерело

ci: fix path to Baseband-guard in build workflow

The path was incorrectly using lowercase 'baseband-guard' instead of the correct 'Baseband-guard' casing, which could cause issues on case-sensitive filesystems.
TheWildJames 10 місяців тому
батько
коміт
4e763c5ffa
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -795,7 +795,7 @@ jobs:
           
           # Get BBG status
           if [ "${{ matrix.apply_bbg }}" == "bbg" ]; then
-            cd "$CONFIG/baseband-guard"
+            cd "$CONFIG/Baseband-guard"
             BBG_COMMIT=$(git rev-parse HEAD)
             BBG_URL="https://github.com/vc-teahouse/Baseband-guard/commit/$BBG_COMMIT"
             echo "- **Baseband-guard**: [$BBG_COMMIT]($BBG_URL)" >> $GITHUB_STEP_SUMMARY