Skip to content

Commit

Permalink
ci: add include headers of build directory to ci artifacts
Browse files Browse the repository at this point in the history
[sdl-ci-artifacts]
  • Loading branch information
madebr committed Oct 25, 2024
1 parent 590e119 commit 8bf1a84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 8bf1a84

Please sign in to comment.