Browse Source

ci: add include headers of build directory to ci artifacts

[sdl-ci-artifacts]
Anonymous Maarten 5 tháng trước cách đây
mục cha
commit
8bf1a84200
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .github/workflows/generic.yml

+ 3 - 1
.github/workflows/generic.yml

@@ -365,7 +365,9 @@ jobs:
         with:
           if-no-files-found: error
           name: '${{ matrix.platform.artifact }}'
-          path: build/dist/SDL3*
+          path: |
+            build/dist/SDL3*
+            build/include*
       - name: 'Upload minidumps'
         uses: actions/upload-artifact@v4
         if: ${{ always() && steps.tests.outcome == 'failure' && (matrix.platform.platform == 'msvc' || matrix.platform.platform == 'msys2') }}