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