Merge pull request #4382 from AenBleidd/vko_android_upload_build_logs_on_build_fail

[Android] Upload build logs in case of build failure
This commit is contained in:
David Anderson 2021-05-31 01:41:07 -07:00 committed by GitHub
commit bbd33b3200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
if: ${{ failure() }}
uses: edgarrc/action-7z@v1.0.4
with:
args: 7z a -t7z -mx=9 deploy/logs.7z config.log -r0 3rdParty/android/vcpkg/buildtrees/*.log
args: 7z a -t7z -mx=9 deploy/logs.7z config.log android/BOINC/app/build/reports/ -r0 3rdParty/android/vcpkg/buildtrees/*.log
- name: Upload logs on failure
if: ${{ failure() }}