mirror of
https://github.com/libsdl-org/SDL
synced 2024-11-20 16:06:10 -07:00
ci: add include headers of build directory to ci artifacts
[sdl-ci-artifacts]
This commit is contained in:
parent
590e1196d0
commit
8bf1a84200
1 changed files with 3 additions and 1 deletions
4
.github/workflows/generic.yml
vendored
4
.github/workflows/generic.yml
vendored
|
@ -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') }}
|
||||
|
|
Loading…
Reference in a new issue