[Build] CMake configurations files for bin release 1.22.0 are broken

Describe the issue

Linux and OSX binaries provide CMake files to configure the project. However, the path to the header files is wrong.
First, they expect the header files to be located in include/onnxruntime/ while they actually are in include/. As a workaround, I created the missing directory and moved the files there. The path in the CMake file could also be updated.

Urgency

No response

Target platform

Linux, MacOS

Build script

find_package to onnxruntime

Error / output

CMake Error in CMakeLists.txt:
Imported target "onnxruntime::onnxruntime" includes non-existent path "/home/someone/Documents/onnx/onnxruntime-linux-x64-1.22.0/include/onnxruntime" in its INTERFACE_INCLUDE_DIRECTORIES.

Visual Studio Version

No response

GCC / Compiler Version

No response