Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed May 18, 2024
1 parent f73ccd3 commit b59b314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:

strategy:
matrix:
# os: [macos-latest, desktop-build]
os: [desktop-build]
os: [macos-latest, desktop-build]

steps:
- name: Check out Git repository
Expand Down Expand Up @@ -89,6 +88,7 @@ jobs:
API_KEY_ID: ${{ secrets.api_key_id_new }}
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
APPLE_TEAM_ID: ${{ secrets.apple_team_id }}
notarize: true

- name: Output Notarization Error Log
if: failure() && startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit b59b314

Please sign in to comment.