diff options
| author | Yong He <yonghe@outlook.com> | 2022-06-16 01:09:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-16 01:09:23 -0700 |
| commit | 23f567323e36a14e0649899b5b8811312d7ea9fd (patch) | |
| tree | 7a7199c9c85c9a8f78bf219a79743b4021f3ca7c /extras | |
| parent | f5c81d869b48f8fa22a4c9b028a7d694d70b7291 (diff) | |
Update MacOS workflow to sign and notarize binaries (#2286)
* Don't sign slang-llvm and slang-glslang
* fix
* fix
* fix 2
* fix macos release workflow
* fix
* fix
* fix2
* test
* fix
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/macos-notarize.json | 2 | ||||
| -rw-r--r-- | extras/macos-sign.json | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/extras/macos-notarize.json b/extras/macos-notarize.json index 1fa26dd75..676275695 100644 --- a/extras/macos-notarize.json +++ b/extras/macos-notarize.json @@ -4,7 +4,7 @@ "password": "@env:AC_PASSWORD" }, "notarize" :{ - "path": "@env:BINARY_PATH", + "path": "slang-macos-dist.zip", "bundle_id": "shader-slang.slang", "staple": false } diff --git a/extras/macos-sign.json b/extras/macos-sign.json index 32fe6d24f..e645d35f9 100644 --- a/extras/macos-sign.json +++ b/extras/macos-sign.json @@ -2,9 +2,7 @@ "source" : [ "./bin/macosx-x64/release/libslang.dylib", "./bin/macosx-x64/release/slangc", - "./bin/macosx-x64/release/slangd", - "./bin/macosx-x64/release/libslang-llvm.dylib", - "./bin/macosx-x64/release/libslang-glslang.dylib" + "./bin/macosx-x64/release/slangd" ], "bundle_id" : "shader-slang.slang", "apple_id": { |
