File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments