Skip to content

Commit

Permalink
build.yaml: Use the new notarization workflow for MacOS binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Jul 10, 2023
1 parent 5ee5548 commit 54d659c
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 @@ -83,8 +83,8 @@ jobs:
developer-certificate-password: ${{ secrets.CI_MACOS_CERTIFICATE_PASSWORD }}
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: "build/"
app-bundle-id: "org.livepeer.lapi"

- name: Archive binaries for windows
if: matrix.platform.name == 'windows'
Expand Down

0 comments on commit 54d659c

Please sign in to comment.