Skip to content

Commit

Permalink
trying the find again
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenglert committed Apr 6, 2022
1 parent 0498e47 commit e50339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- run: find build -not -path '*/\.*'
- run: find ${{github.workspace}}/build -not -path '*/\.*'

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

0 comments on commit e50339d

Please sign in to comment.