Skip to content

Commit

Permalink
Only Check Release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 19, 2024
1 parent 8f2adee commit ab42c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-cpu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
mkdir build
cd build
cmake -G "Visual Studio 17 2022" -A x64 ..
cmake -G "Visual Studio 17 2022" -A x64 .. -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --parallel
- name: verify build folder
run: |
Expand Down

0 comments on commit ab42c32

Please sign in to comment.