File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
42
42
(github.repository_owner == 'wpilibsuite') &&
43
43
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
44
44
- name : Notarize Standalone Utility
45
- uses : wpilibsuite/xcode-notarize@v1
45
+ uses : wpilibsuite/xcode-notarize@v2
46
46
with :
47
47
product-path : " wpilib-utility-standalone/build/wpilibutility-darwin-universal/wpilibutility.app"
48
- primary-bundle-id : edu.wpi.first.wpilibutility
49
48
appstore-connect-username : ${{ secrets.APPLE_NOTARIZATION_USERNAME }}
49
+ appstore-connect-teamid : ${{ secrets.APPLE_NOTARIZATION_TEAMID }}
50
50
appstore-connect-password : ${{ secrets.APPLE_NOTARIZATION_PASSWORD }}
51
51
if : |
52
52
(github.repository_owner == 'wpilibsuite') &&
You can’t perform that action at this time.
0 commit comments