From 1b1f697c76b31f9a543c4a54f8118389ea65c7e7 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 26 Nov 2024 14:19:20 +0100 Subject: [PATCH] more verification --- .github/workflows/build-mac.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-mac.yml b/.github/workflows/build-mac.yml index f73e4da..aed9426 100644 --- a/.github/workflows/build-mac.yml +++ b/.github/workflows/build-mac.yml @@ -169,6 +169,8 @@ jobs: sed -i '' "s|###TEAM_IDENTIFIER###|${TEAM_IDENTIFIER}|g" ../dist/mac/cryptomator-cli.entitlements codesign --force --deep --entitlements ../dist/mac/cryptomator-cli.entitlements -o runtime -s ${CODESIGN_IDENTITY} cryptomator-cli.app codesign -vvv --deep --strict cryptomator-cli.app + codesign -vvv --deep --strict cryptomator-cli.app/Contents/runtime/Contents/MacOS/libjli.dylib + codesign -vvv --deep --strict cryptomator-cli.app/Contents/MacOS/cryptomator-cli env: CODESIGN_IDENTITY: ${{ secrets.MACOS_CODESIGN_IDENTITY }} TEAM_IDENTIFIER: ${{ secrets.MACOS_TEAM_IDENTIFIER }}