Skip to content

Commit

Permalink
Update Notarize actions (wpilibsuite#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Aug 9, 2024
1 parent fde8cc2 commit ebad723
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 @@ -27,7 +27,7 @@ jobs:
name: Build Standalone Utility
working-directory: wpilib-utility-standalone
- name: Import Developer ID Certificate
uses: wpilibsuite/import-signing-certificate@v1
uses: wpilibsuite/import-signing-certificate@v2
with:
certificate-data: ${{ secrets.APPLE_CERTIFICATE_DATA }}
certificate-passphrase: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
Expand All @@ -42,7 +42,7 @@ jobs:
(github.repository_owner == 'wpilibsuite') &&
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
- name: Notarize Standalone Utility
uses: wpilibsuite/xcode-notarize@v2
uses: wpilibsuite/xcode-notarize@v3
with:
product-path: "wpilib-utility-standalone/build/wpilibutility-darwin-universal/wpilibutility.app"
appstore-connect-username: ${{ secrets.APPLE_NOTARIZATION_USERNAME }}
Expand Down

0 comments on commit ebad723

Please sign in to comment.