workflows/tests: always upload logs (#94067)

master
Carlo Cabrera 2022-01-29 23:54:33 +08:00 committed by GitHub
parent 31e286ff86
commit d59f5c4349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ jobs:
rm bottles/bottle_output.txt
- name: Upload logs
if: failure()
if: always()
uses: actions/upload-artifact@main
with:
name: logs-${{ matrix.runner }}