We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8168227 commit b4b5ef3Copy full SHA for b4b5ef3
1 file changed
.github/workflows/release.yml
@@ -144,7 +144,7 @@ jobs:
144
- name: Verify code signature
145
run: |
146
codesign --verify --deep --strict --verbose=2 "$RUNNER_TEMP/export/CloudMount.app"
147
- codesign -d --entitlements :- "$RUNNER_TEMP/export/CloudMount.app/Contents/PlugIns/CloudMountExtension.appex"
+ codesign -d --entitlements :- "$RUNNER_TEMP/export/CloudMount.app/Contents/Extensions/CloudMountExtension.appex"
148
149
- name: Create DMG
150
0 commit comments