Skip to content

Commit

Permalink
Use notarytool
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Oct 20, 2023
1 parent b5dfa4e commit f997f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
(github.repository_owner == 'wpilibsuite') &&
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
- name: Notarize Standalone Utility
uses: wpilibsuite/xcode-notarize@v1
uses: wpilibsuite/xcode-notarize@v2
with:
product-path: "wpilib-utility-standalone/build/wpilibutility-darwin-universal/wpilibutility.app"
primary-bundle-id: edu.wpi.first.wpilibutility
appstore-connect-username: ${{ secrets.APPLE_NOTARIZATION_USERNAME }}
appstore-connect-teamid: ${{ secrets.APPLE_NOTARIZATION_TEAMID }}
appstore-connect-password: ${{ secrets.APPLE_NOTARIZATION_PASSWORD }}
if: |
(github.repository_owner == 'wpilibsuite') &&
Expand Down

0 comments on commit f997f74

Please sign in to comment.