mirror of https://github.com/libsdl-org/SDL.git
ci: add include headers of build directory to ci artifacts
[sdl-ci-artifacts]
This commit is contained in:
parent
590e1196d0
commit
8bf1a84200
|
|
@ -365,7 +365,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: '${{ matrix.platform.artifact }}'
|
name: '${{ matrix.platform.artifact }}'
|
||||||
path: build/dist/SDL3*
|
path: |
|
||||||
|
build/dist/SDL3*
|
||||||
|
build/include*
|
||||||
- name: 'Upload minidumps'
|
- name: 'Upload minidumps'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ always() && steps.tests.outcome == 'failure' && (matrix.platform.platform == 'msvc' || matrix.platform.platform == 'msys2') }}
|
if: ${{ always() && steps.tests.outcome == 'failure' && (matrix.platform.platform == 'msvc' || matrix.platform.platform == 'msys2') }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue