Skip to content

Commit

Permalink
Merge pull request #1479 from ORNL-AMO/update-node-version-for-electr…
Browse files Browse the repository at this point in the history
…on-builds

Update electron.yml - add env conf for 'Notarize' step
  • Loading branch information
esserhr authored Feb 19, 2024
2 parents 4c36818 + eb911b4 commit b596840
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
- name: Package [Mac]
run: npm run dist-nopublish
- name: Notarize
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SECRET: ${{ secrets.APPLE_APP_SECRET }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
run: |
xcrun notarytool submit --wait --apple-id "$APPLE_ID" --password "$APPLE_APP_SECRET" --team-id "$APPLE_TEAM_ID" $(find ../output -name "VERIFI-*.*.*.dmg")
xcrun stapler staple $(find ../output -name "VERIFI-*.*.*.dmg")
Expand Down

0 comments on commit b596840

Please sign in to comment.