Skip to content

Commit

Permalink
more verification
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 26, 2024
1 parent 7a0a4b9 commit 1b1f697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1b1f697

Please sign in to comment.