diff options
| author | Simon Kallweit <simon.kallweit@gmail.com> | 2024-02-07 02:02:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 17:02:47 -0800 |
| commit | f359df9202140ee575d0c2efd3bb10880edcc331 (patch) | |
| tree | 9cc12b9a39eed170b59ec03b7d9df7e46b42c6a5 /.github/workflows/macos.yml | |
| parent | ab41d548db376c6b52869004d1b6e21b88b4c9c8 (diff) | |
deploy slang-glslang with macos releases (#3554)
* deploy slang-glslang with macos releases
* sign libslang-glslang.dylib and add it to dist package
---------
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7651f14a9..c795a06bd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -50,6 +50,7 @@ jobs: 7z a ${SLANG_BINARY_ARCHIVE} slang-gfx.h 7z a ${SLANG_BINARY_ARCHIVE} prelude/*.h 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/libslang.dylib + 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/libslang-glslang.dylib 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/libgfx.dylib 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/slangc 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/slangd |
