summaryrefslogtreecommitdiffstats
path: root/extras/macos-notarize.json
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-06-16 01:09:23 -0700
committerGitHub <noreply@github.com>2022-06-16 01:09:23 -0700
commit23f567323e36a14e0649899b5b8811312d7ea9fd (patch)
tree7a7199c9c85c9a8f78bf219a79743b4021f3ca7c /extras/macos-notarize.json
parentf5c81d869b48f8fa22a4c9b028a7d694d70b7291 (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.json2
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
}