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/macos-notarize.json | |
| 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/macos-notarize.json')
| -rw-r--r-- | extras/macos-notarize.json | 2 |
1 files changed, 1 insertions, 1 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 } |
