diff --git a/.github/workflows/win-cpu-build.yml b/.github/workflows/win-cpu-build.yml index 26b00b7a2..bb5daa30a 100644 --- a/.github/workflows/win-cpu-build.yml +++ b/.github/workflows/win-cpu-build.yml @@ -42,6 +42,6 @@ jobs: - name: verify build folder run: | cd build - Get-ChildItem -Path $env:GITHUB_WORKSPACE\build\ -Recurse + Get-ChildItem -Path $env:GITHUB_WORKSPACE\build\Release -Recurse # TODO : adding shared library to the build