chore: use inbuilt notarization

- remove notarization script
This commit is contained in:
18alantom
2023-02-16 02:53:31 -08:00
committed by Alan
parent 5b0fab8f76
commit 708e5659f5
5 changed files with 3 additions and 34 deletions
+1 -2
View File
@@ -34,13 +34,12 @@ jobs:
- name: Run build
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
CSC_IDENTITY_AUTO_DISCOVERY: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
APPLE_NOTARIZE: 1
run: |
yarn set version 1.22.18
yarn electron:build --mac --publish always