run codesign in zsh

This commit is contained in:
Sebastian Stenzel 2021-07-22 15:24:32 +02:00
parent 065f32fff0
commit 2c0bcc40a2
No known key found for this signature in database
GPG Key ID: 667B866EA8240A09

View File

@ -348,6 +348,7 @@ jobs:
done
echo "Codesigning Cryptomator.app..."
codesign --force --deep --entitlements dist/mac/Cryptomator.entitlements -o runtime -s ${CODESIGN_IDENTITY} Cryptomator.app
shell: zsh {0}
- name: Clean up codesign certificate
if: ${{ always() }}
run: security delete-keychain $RUNNER_TEMP/codesign.keychain-db