mirror of
https://github.com/cryptomator/cryptomator.git
synced 2025-02-17 08:39:39 +00:00
run codesign in zsh
This commit is contained in:
parent
065f32fff0
commit
2c0bcc40a2
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user