From f1ef1787814b7eaebf9dff5bbbc342b753ef7cda Mon Sep 17 00:00:00 2001 From: fr00t Date: Wed, 23 Oct 2024 22:36:23 +0200 Subject: [PATCH] Update release-ci.yml --- .github/workflows/release-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 7ef428f..0c0d6c9 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -135,14 +135,14 @@ jobs: run: ls dist - name: Sign the macOS Application - if: matrix.config.os == 'macos-latest' + if: matrix.config.os == 'macos-latest-not' run: | codesign --deep --force --verify --verbose --sign "$SIGNING_IDENTITY" dist/Aesir-${{ env.VERSION }}.dmg env: SIGNING_IDENTITY: ${{ secrets.SIGNING_IDENTITY }} - name: Check macOS signature - if: matrix.config.os == 'macos-latest' + if: matrix.config.os == 'macos-latest-not' run: codesign -vvv --deep --strict dist/Aesir-${{ env.VERSION }}.dmg - name: Notarize macOS App