Skip to content

Commit b4b5ef3

Browse files
author
ebreen
committed
fix(ci): extension is at Contents/Extensions/ not Contents/PlugIns/
1 parent 8168227 commit b4b5ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Verify code signature
145145
run: |
146146
codesign --verify --deep --strict --verbose=2 "$RUNNER_TEMP/export/CloudMount.app"
147-
codesign -d --entitlements :- "$RUNNER_TEMP/export/CloudMount.app/Contents/PlugIns/CloudMountExtension.appex"
147+
codesign -d --entitlements :- "$RUNNER_TEMP/export/CloudMount.app/Contents/Extensions/CloudMountExtension.appex"
148148
149149
- name: Create DMG
150150
run: |

0 commit comments

Comments
 (0)