Skip to content

Commit 5e5ec76

Browse files
committed
use correct option for ditto [ci skip]
1 parent 046dc12 commit 5e5ec76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
# ditto must be used, see https://developer.apple.com/documentation/xcode/packaging-mac-software-for-distribution#Build-a-zip-archive
176176
- name: Zip binary for notarization
177177
if: inputs.notarize
178-
run: ditto -c -k --keep-parent ./target/cryptomator-cli.app ./${{ matrix.artifact-name}}
178+
run: ditto -c -k --keepParent ./target/cryptomator-cli.app ./${{ matrix.artifact-name}}
179179
- name: Setup Xcode
180180
if: inputs.notarize
181181
run: sudo xcode-select -s /Applications/Xcode_16.app
@@ -211,7 +211,7 @@ jobs:
211211
shell: bash
212212
continue-on-error: true
213213
- name: Zip app for distribution
214-
run: ditto -c -k --keep-parent ./target/cryptomator-cli.app ./${{ matrix.artifact-name}}
214+
run: ditto -c -k --keepParent ./target/cryptomator-cli.app ./${{ matrix.artifact-name}}
215215
- name: Create detached GPG signature with key 615D449FE6E6A235
216216
run: |
217217
echo "${GPG_PRIVATE_KEY}" | gpg --batch --quiet --import

0 commit comments

Comments
 (0)