Skip to content

Commit

Permalink
don't keep parent dir of binary
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-courtney-pieces committed Feb 12, 2024
1 parent 7c5411f commit 569b2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
### https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow
- name: Pack & Notarize Intel
run: |-
ditto -c -k --sequesterRsrc --keepParent "dist/pieces" dist/pieces-cli.zip
ditto -c -k --sequesterRsrc "dist/pieces" dist/pieces-cli.zip
xcrun notarytool submit dist/pieces-cli.zip --password ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }} --apple-id "[email protected]" --team-id "287L9TU9JL" --wait
# xcrun stapler staple "dist/pieces" - NOTE Currently Not Possible
Expand Down

0 comments on commit 569b2af

Please sign in to comment.