Skip to content

Commit

Permalink
build.yaml: Use the new notarization workflow for MacOS binaries (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 authored Jul 10, 2023
1 parent dcc0aca commit 9a3cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
app-notarization-email: ${{ secrets.CI_MACOS_NOTARIZATION_USER }}
app-notarization-password:
${{ secrets.CI_MACOS_NOTARIZATION_PASSWORD }}
app-notarization-team-id: ${{ secrets.CI_MACOS_NOTARIZATION_TEAM_ID }}
binary-path: "bin/"
app-bundle-id: "org.livepeer.api"

- name: Archive built binaries
run: |
Expand Down

0 comments on commit 9a3cf2c

Please sign in to comment.