Skip to content

Commit 02e6c6b

Browse files
authored
Update to Bearer/tap/gon for macos notarization. (shader-slang#3292)
Co-authored-by: Yong He <yhe@nvidia.com>
1 parent 41e17d3 commit 02e6c6b

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/release-macos.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Install nortarize tools
6060
run: |
61-
brew install mitchellh/gon/gon
61+
brew install Bearer/tap/gon
6262
security find-identity -v
6363
brew install coreutils
6464
- name: Sign binaries
@@ -99,6 +99,8 @@ jobs:
9999
- name: Notarize
100100
env:
101101
AC_PASSWORD: ${{secrets.APPLE_ID_PASSWORD}}
102+
AC_PROVIDER: ${{secrets.APPLE_ID_PPOVIDER}}
103+
AC_USERNAME: ${{secrets.APPLE_ID_USERNAME}}
102104
run: |
103105
cp ./bin/macosx-${{matrix.targetPlatform}}/release/libslang.dylib libslang.dylib
104106
cp ./bin/macosx-${{matrix.targetPlatform}}/release/slangd slangd

extras/macos-notarize.json

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"apple_id": {
3-
"username" : "yongh@outlook.com",
4-
"password": "@env:AC_PASSWORD"
5-
},
62
"notarize" :{
73
"path": "slang-macos-dist.zip",
84
"bundle_id": "shader-slang.slang",

extras/macos-sign.json

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"./bin/macosx-*/release/slangd"
66
],
77
"bundle_id" : "shader-slang.slang",
8-
"apple_id": {
9-
"username" : "yongh@outlook.com",
10-
"password": "@env:AC_PASSWORD"
11-
},
128
"sign" :{
139
"application_identity" : "d6ada82a113e4204aaad914e1013e9548ffd30d0"
1410
}

0 commit comments

Comments
 (0)