浏览代码

upload logs after test 3

Tig 1 年之前
父节点
当前提交
013477670a
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .github/workflows/dotnet-core.yml

+ 7 - 0
.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/[email protected]