mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-23 15:56:00 +00:00
ci: add include headers of build directory to ci artifacts
[sdl-ci-artifacts]
This commit is contained in:
committed by
Anonymous Maarten
parent
590e1196d0
commit
8bf1a84200
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') }}
|
||||
|
||||
Reference in New Issue
Block a user