diff options
| author | Yong He <yonghe@outlook.com> | 2022-09-28 15:03:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-28 15:03:32 -0700 |
| commit | 3dce6e08dd74c6dfbfb8f553eaf18200a6bf6f2a (patch) | |
| tree | 54940c59f4af40704c2ea4b13bc4804305f21c26 /extras/macos-sign.json | |
| parent | eb5c6b93543ca1423117045dbbfee0b6f653d392 (diff) | |
Fix release CI script. (#2419)
* Fix release CI script.
* Fix.
* Fix.
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'extras/macos-sign.json')
| -rw-r--r-- | extras/macos-sign.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/macos-sign.json b/extras/macos-sign.json index e645d35f9..db2bd8979 100644 --- a/extras/macos-sign.json +++ b/extras/macos-sign.json @@ -1,8 +1,8 @@ { "source" : [ - "./bin/macosx-x64/release/libslang.dylib", - "./bin/macosx-x64/release/slangc", - "./bin/macosx-x64/release/slangd" + "./bin/macosx-*/release/libslang.dylib", + "./bin/macosx-*/release/slangc", + "./bin/macosx-*/release/slangd" ], "bundle_id" : "shader-slang.slang", "apple_id": { |
