SDL: ci: add include headers of build directory to ci artifacts

From 8bf1a842007b7690971129109d3b811059810125 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Thu, 24 Oct 2024 23:54:22 +0200
Subject: [PATCH] ci: add include headers of build directory to ci artifacts

[sdl-ci-artifacts]
---
 .github/workflows/generic.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/generic.yml b/.github/workflows/generic.yml
index 5c17a4aea3f84..bf5a95d518e82 100644
--- a/.github/workflows/generic.yml
+++ b/.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') }}