From 6a5ef52755d177ed243b76e71458f372f746fa90 Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 7 Jul 2024 16:24:49 -0600 Subject: [PATCH] upload logs after test 4 --- .github/workflows/dotnet-core.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index fa5d6d5ef..c79c293d4 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -45,14 +45,10 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-logs - path: logs/ - - - name: Upload Crash Dumps - if: always() - uses: actions/upload-artifact@v4 - with: - name: crash-dumps - path: uploads/ + path: | + logs/ + uploads/ + UnitTests/TestResults/ # Note: this step is currently not writing to the gist for some reason # - name: Create Test Coverage Badge