summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-macos.yml4
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