Skip to content

Commit e10dda0

Browse files
committed
GitHub Actions: Add Output Error Log
1 parent 375ce06 commit e10dda0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/aria2-builer.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ jobs:
5757
--build-arg BUILDER_IMAGE \
5858
--build-arg BUILD_SCRIPT \
5959
--platform=local \
60-
-o ./output .
60+
-o ./output . \
61+
2>&1 | tee build.log
62+
63+
- name: Output Error Log
64+
if: (!cancelled())
65+
run: grep -iE 'fatal|error|critical|failure|warning' build.log
6166

6267
- name: Check Version
6368
run: |

0 commit comments

Comments
 (0)