summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release-macos.yml4
-rw-r--r--extras/macos-notarize.json4
-rw-r--r--extras/macos-sign.json4
3 files changed, 3 insertions, 9 deletions
diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml
index 8e4c1a3a9..8a372e3b3 100644
--- a/.github/workflows/release-macos.yml
+++ b/.github/workflows/release-macos.yml
@@ -58,7 +58,7 @@ jobs:
- name: Install nortarize tools
run: |
- brew install mitchellh/gon/gon
+ brew install Bearer/tap/gon
security find-identity -v
brew install coreutils
- name: Sign binaries
@@ -99,6 +99,8 @@ jobs:
- name: Notarize
env:
AC_PASSWORD: ${{secrets.APPLE_ID_PASSWORD}}
+ AC_PROVIDER: ${{secrets.APPLE_ID_PPOVIDER}}
+ AC_USERNAME: ${{secrets.APPLE_ID_USERNAME}}
run: |
cp ./bin/macosx-${{matrix.targetPlatform}}/release/libslang.dylib libslang.dylib
cp ./bin/macosx-${{matrix.targetPlatform}}/release/slangd slangd
diff --git a/extras/macos-notarize.json b/extras/macos-notarize.json
index 676275695..ee369a0ac 100644
--- a/extras/macos-notarize.json
+++ b/extras/macos-notarize.json
@@ -1,8 +1,4 @@
{
- "apple_id": {
- "username" : "yongh@outlook.com",
- "password": "@env:AC_PASSWORD"
- },
"notarize" :{
"path": "slang-macos-dist.zip",
"bundle_id": "shader-slang.slang",
diff --git a/extras/macos-sign.json b/extras/macos-sign.json
index db2bd8979..fbe511bf3 100644
--- a/extras/macos-sign.json
+++ b/extras/macos-sign.json
@@ -5,10 +5,6 @@
"./bin/macosx-*/release/slangd"
],
"bundle_id" : "shader-slang.slang",
- "apple_id": {
- "username" : "yongh@outlook.com",
- "password": "@env:AC_PASSWORD"
- },
"sign" :{
"application_identity" : "d6ada82a113e4204aaad914e1013e9548ffd30d0"
}