Skip to content

Commit 22193d8

Browse files
committed
fix YAML
1 parent 0e69088 commit 22193d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: "Zip build reports"
3838
if: failure()
39-
run: zip -r reports.zip **/build/reports
39+
run: zip -r reports.zip **/**/build/reports
4040

4141
- uses: actions/upload-artifact@v1
4242
name: "Upload build reports"

0 commit comments

Comments
 (0)