summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-01-31 14:02:56 -0800
committerGitHub <noreply@github.com>2025-01-31 14:02:56 -0800
commit5173c874892ab54bf1abd7ea21477e2d2aaa4365 (patch)
tree554f2884dc8645037eeadaf968221e6376380f52 /.github/workflows
parenta026df756096ca580ca9d19019abd08fa5d2c015 (diff)
Include slang-glsl-module.dll in releases, for precompiled glsl module. (#6239)
* Distribute slang-glsl-module.bin in release packages. * Fix. * fix2. * Build glsl modlue into a dll. * Notarize glsl-modue.dylib
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 36e30bec0..e6e9a5a8d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -127,6 +127,7 @@ jobs:
"${lib_dir}/libslang.dylib"
"${lib_dir}/libslang-rt.dylib"
"${lib_dir}/libslang-glslang.dylib"
+ "${lib_dir}/libslang-glsl-module.dylib"
"${lib_dir}/libslang-llvm.dylib"
"${lib_dir}/libgfx.dylib"
"${bin_dir}/slangd"