Skip to content

Commit

Permalink
Collect teed files as well from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcais committed Nov 21, 2024
1 parent 456e676 commit 7fde52f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: distchecklog
path: "**/*tests/*.log"
path: |
**/*tests/*.log
**/*tests/tee.*
- name: Distribution tar ball
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7fde52f

Please sign in to comment.