Skip to content

Commit

Permalink
printing all the build files as its not outputting where it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenglert committed Apr 6, 2022
1 parent ac25227 commit 0498e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- run: find build -not -path '*/\.*'

- name: Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0498e47

Please sign in to comment.