Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update artifact path for Windows ARM64 build
Modified `cmake.yml` to change the `artifactPath` for the Windows ARM64 build from `${{github.workspace}}/build/release/${name}` to `${{github.workspace}}/arm64build/release/${name}`. This ensures the artifact is correctly stored in the `arm64build` directory.
- Loading branch information