瀏覽代碼

upload logs after test 4

Tig 1 年之前
父節點
當前提交
6a5ef52755
共有 1 個文件被更改,包括 4 次插入8 次删除
  1. 4 8
      .github/workflows/dotnet-core.yml

+ 4 - 8
.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