From 569b2af2769454d72cd0a6ed027da833fb20b4ca Mon Sep 17 00:00:00 2001 From: Nathan Courtney Date: Mon, 12 Feb 2024 18:33:34 -0500 Subject: [PATCH] don't keep parent dir of binary --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3719875c..3c7f7370 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 "development@pieces.app" --team-id "287L9TU9JL" --wait # xcrun stapler staple "dist/pieces" - NOTE Currently Not Possible