From b59b314be5b76a0a2c4504e27374b3f06c34be2b Mon Sep 17 00:00:00 2001 From: shuse2 Date: Sun, 19 May 2024 01:53:16 +0200 Subject: [PATCH] try fix --- .github/workflows/electron-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 278144a099..cec96cbfb3 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -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 @@ -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')