Fix workflow error logs
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
- name: Tar Build Logs
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
mkdir -p build
|
||||
tar -zc --ignore-failed-read --file build/buildlogs.tar.gz */build/reports */*/build/reports
|
||||
- name: Upload Build Logs
|
||||
if: ${{ failure() }}
|
||||
|
||||
Reference in New Issue
Block a user