From 013477670ad3f469c1eeaf30d9b4f1f80c5f6fce Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 7 Jul 2024 16:21:55 -0600 Subject: [PATCH] upload logs after test 3 --- .github/workflows/dotnet-core.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 7fbb0f08d..fa5d6d5ef 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -47,6 +47,13 @@ jobs: name: test-logs path: logs/ + - name: Upload Crash Dumps + if: always() + uses: actions/upload-artifact@v4 + with: + name: crash-dumps + path: uploads/ + # Note: this step is currently not writing to the gist for some reason # - name: Create Test Coverage Badge # uses: simon-k/dotnet-code-coverage-badge@v1.0.0