Skip to content

Commit 0e69088

Browse files
committed
fix YAML
1 parent 8ea03ad commit 0e69088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
chmod 755 build-all.sh && ./build-all.sh $MODULE
3636
3737
- name: "Zip build reports"
38-
if: failure()
39-
run: zip -r reports.zip **/build/reports
38+
if: failure()
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)