Skip to content

Commit

Permalink
use correct option for ditto [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 26, 2024
1 parent 046dc12 commit 5e5ec76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
# ditto must be used, see https://developer.apple.com/documentation/xcode/packaging-mac-software-for-distribution#Build-a-zip-archive
- name: Zip binary for notarization
if: inputs.notarize
run: ditto -c -k --keep-parent ./target/cryptomator-cli.app ./${{ matrix.artifact-name}}
run: ditto -c -k --keepParent ./target/cryptomator-cli.app ./${{ matrix.artifact-name}}
- name: Setup Xcode
if: inputs.notarize
run: sudo xcode-select -s /Applications/Xcode_16.app
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
shell: bash
continue-on-error: true
- name: Zip app for distribution
run: ditto -c -k --keep-parent ./target/cryptomator-cli.app ./${{ matrix.artifact-name}}
run: ditto -c -k --keepParent ./target/cryptomator-cli.app ./${{ matrix.artifact-name}}
- name: Create detached GPG signature with key 615D449FE6E6A235
run: |
echo "${GPG_PRIVATE_KEY}" | gpg --batch --quiet --import
Expand Down

0 comments on commit 5e5ec76

Please sign in to comment.