diff options
| author | Yong He <yonghe@outlook.com> | 2023-10-26 15:04:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-26 15:04:25 -0700 |
| commit | 02e6c6b52d79c1da22d73f56762a550b45f90935 (patch) | |
| tree | d8bfa9c97da582a34c3d480cefee957fbd5debbe | |
| parent | 41e17d370d67a584fbac9bbbe435c057c18715f4 (diff) | |
Update to Bearer/tap/gon for macos notarization. (#3292)
Co-authored-by: Yong He <yhe@nvidia.com>
| -rw-r--r-- | .github/workflows/release-macos.yml | 4 | ||||
| -rw-r--r-- | extras/macos-notarize.json | 4 | ||||
| -rw-r--r-- | extras/macos-sign.json | 4 |
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" } |
