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 801226d commit fec9d12
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 @@ -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

0 comments on commit fec9d12

Please sign in to comment.