diff --git a/.github/workflows/sunnypilot-build-prebuilt.yaml b/.github/workflows/sunnypilot-build-prebuilt.yaml index 79cb5e3d61..977dc94972 100644 --- a/.github/workflows/sunnypilot-build-prebuilt.yaml +++ b/.github/workflows/sunnypilot-build-prebuilt.yaml @@ -215,8 +215,8 @@ jobs: --exclude='**/SConstruct' \ --exclude='**/SConscript' \ --exclude='**/.venv/' \ - --exclude='selfdrive/modeld/models/driving_vision.onnx' \ - --exclude='selfdrive/modeld/models/driving_policy.onnx' \ + --exclude='selfdrive/modeld/models/*.onnx*' \ + --exclude='sunnypilot/modeld*/models/*.onnx*' \ --exclude='third_party/*x86*' \ --exclude='third_party/*Darwin*' \ --delete-excluded \