From 45de3f3d775fda068177c615ff6f1c5eed9ef898 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 16 Jan 2025 12:14:46 -0500 Subject: [PATCH] Save all log files When some types of failures happen, such as that in #1037, a log file is created, so save all .log files as artifacts. Part of #1037 --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2825472477c..5a5956d8e67 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -56,8 +56,8 @@ jobs: uses: actions/upload-artifact@v4 if: success() || failure() with: - name: Code Cleanliness Detailed Logs - path: '*.log' + name: Detailed Logs + path: '**/*.log' - name: Prepare Test Results for upload if: (success() || failure()) run: |