From 7c54489e1f4016852df84eece93ded672b1b468e Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Tue, 4 Oct 2022 14:40:34 -0400 Subject: Set slang-tag-version.h on windows builds (#2429) * #include an absolute path didn't work - because paths were taken to always be relative. * Create the slang-tag-version.h file on windows. * Add non binary files to the artifact upload for windows. * Add headers/docs to linux artifact. --- .github/workflows/linux.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows/linux.yml') 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}} -- cgit v1.2.3