Skip to content

Commit b792029

Browse files
authored
Use notarytool (#629)
1 parent b5dfa4e commit b792029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
(github.repository_owner == 'wpilibsuite') &&
4343
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
4444
- name: Notarize Standalone Utility
45-
uses: wpilibsuite/xcode-notarize@v1
45+
uses: wpilibsuite/xcode-notarize@v2
4646
with:
4747
product-path: "wpilib-utility-standalone/build/wpilibutility-darwin-universal/wpilibutility.app"
48-
primary-bundle-id: edu.wpi.first.wpilibutility
4948
appstore-connect-username: ${{ secrets.APPLE_NOTARIZATION_USERNAME }}
49+
appstore-connect-teamid: ${{ secrets.APPLE_NOTARIZATION_TEAMID }}
5050
appstore-connect-password: ${{ secrets.APPLE_NOTARIZATION_PASSWORD }}
5151
if: |
5252
(github.repository_owner == 'wpilibsuite') &&

0 commit comments

Comments
 (0)