diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 7fbb0f08d..c79c293d4 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -45,8 +45,11 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-logs - path: logs/ - + path: | + logs/ + uploads/ + UnitTests/TestResults/ + # 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