diff options
| author | skallweitNV <64953474+skallweitNV@users.noreply.github.com> | 2024-01-11 19:36:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-11 10:36:33 -0800 |
| commit | 2c08bc4fc7b6e0d0ef4e6ce251673c15de60b54e (patch) | |
| tree | e259607de797f104795ea69face149ad961a383e /.github/workflows/macos.yml | |
| parent | 8dd04c8730327d7dc2fd29b43b8566fabbc3aa2c (diff) | |
Add libgfx to macos release (#3444)
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index eada308c9..7651f14a9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -47,8 +47,10 @@ jobs: 7z a ${SLANG_BINARY_ARCHIVE} slang-com-helper.h 7z a ${SLANG_BINARY_ARCHIVE} slang-com-ptr.h 7z a ${SLANG_BINARY_ARCHIVE} slang-tag-version.h + 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/*/*/libgfx.dylib 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/slangc 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/slangd 7z a ${SLANG_BINARY_ARCHIVE} docs/*.md |
