From 1a721cae4d69c5f2e34f2a0a48aa28a8e0944778 Mon Sep 17 00:00:00 2001 From: Chris Kachulis Date: Wed, 12 Jun 2024 10:04:02 -0400 Subject: [PATCH] watt_logs --- .github/workflows/run_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index f4ca5eb55..d5bbe79b8 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -35,5 +35,5 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: watt-logs - path: watt-logs/ \ No newline at end of file + name: Save WATT logs + path: watt_logs/ \ No newline at end of file