summaryrefslogtreecommitdiff
path: root/extras/macos-notarize.json
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-06-15 21:57:30 -0700
committerGitHub <noreply@github.com>2022-06-15 21:57:30 -0700
commitf5c81d869b48f8fa22a4c9b028a7d694d70b7291 (patch)
tree4122cb5625760be6f6a260e3ac5bdcc41db7354e /extras/macos-notarize.json
parentc8dc01436473ff2eb4ab4f219804d474720b02fe (diff)
Add signing to Macos release workflow. (#2285)
* Update macos workflow * Fetch submodule * fix Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'extras/macos-notarize.json')
-rw-r--r--extras/macos-notarize.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/extras/macos-notarize.json b/extras/macos-notarize.json
new file mode 100644
index 000000000..1fa26dd75
--- /dev/null
+++ b/extras/macos-notarize.json
@@ -0,0 +1,11 @@
+{
+ "apple_id": {
+ "username" : "yongh@outlook.com",
+ "password": "@env:AC_PASSWORD"
+ },
+ "notarize" :{
+ "path": "@env:BINARY_PATH",
+ "bundle_id": "shader-slang.slang",
+ "staple": false
+ }
+} \ No newline at end of file