diff options
| author | Yong He <yonghe@outlook.com> | 2022-12-01 21:28:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-01 21:28:38 -0800 |
| commit | f7d32a33702f9326c536fb07ea5b6c6121aeb6b3 (patch) | |
| tree | 92d4d67b97d4bcb0cc951d0fd4cfb8f6b2d85e20 /.github/workflows | |
| parent | 6ba4e6c4dc2e40543fc8c0ab71116d9856a0092b (diff) | |
include `slang-rt` in windows release package. (#2542)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release-windows.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index c66e50b57..9f3135e9e 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -71,6 +71,8 @@ jobs: 7z a "$binArchive" prelude\*.h 7z a "$binArchive" bin\*\*\slang.dll 7z a "$binArchive" bin\*\*\slang.lib + 7z a "$binArchive" bin\*\*\slang-rt.lib + 7z a "$binArchive" bin\*\*\slang-rt.dll 7z a "$binArchive" bin\*\*\slang-glslang.dll 7z a "$binArchive" bin\*\*\slang-llvm.dll 7z a "$binArchive" bin\*\*\gfx.dll |
