We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e69088 commit 22193d8Copy full SHA for 22193d8
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: "Zip build reports"
38
if: failure()
39
- run: zip -r reports.zip **/build/reports
+ run: zip -r reports.zip **/**/build/reports
40
41
- uses: actions/upload-artifact@v1
42
name: "Upload build reports"
0 commit comments