summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 3d7ceee8b..f5fef03e5 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -36,11 +36,18 @@ jobs:
with:
name: slang-build-${{matrix.configuration}}-${{matrix.platform}}-${{matrix.compiler}}
path: |
+ slang.h
+ slang-com-helper.h
+ slang-com-ptr.h
+ slang-tag-version.h
+ slang-gfx.h
+ prelude/*.h
bin/**/*.dll
bin/**/*.exe
bin/**/*.so
bin/**/slangc
bin/**/slangd
+ docs/*.md
- name: test
run:
CONFIGURATION=${{matrix.configuration}}