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 /.github/workflows | |
| parent | 41e17d370d67a584fbac9bbbe435c057c18715f4 (diff) | |
Update to Bearer/tap/gon for macos notarization. (#3292)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release-macos.yml | 4 |
1 files changed, 3 insertions, 1 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 |
