Skip to content

Commit

Permalink
when notarizing macOS binaries, set the Apple team ID (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Apr 23, 2024
1 parent 6612d40 commit 3bb64f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-release.yml
Expand Up @@ -74,6 +74,7 @@ jobs:
env:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
run: |
gon -log-level=debug -log-json ./.github/gonconfig.json
- name: Store macOS binary
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
env:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
run: |
gon -log-level=debug -log-json ./.github/gonconfig.json
- name: Store macOS binary
Expand Down

0 comments on commit 3bb64f2

Please sign in to comment.