From 7c8d488ef3b6c5d03cc2464702458f7ea69ec553 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Thu, 27 Oct 2022 23:54:11 -0700 Subject: [PATCH] Fix export options path --- .github/workflows/release.yml | 2 +- Sources/Config/ExportOptions.plist | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb59fbd..6b31c94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: env: APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }} - run: xcrun xcodebuild -exportArchive -archivePath Archive.xcarchive -exportOptionsPlist Sources/Secretive/ExportOptions.plist -allowProvisioningUpdates -authenticationKeyIssuerID $APPLE_API_ISSUER -authenticationKeyID $APPLE_API_KEY_ID -authenticationKeyPath ~/.private_keys/AuthKey.p8 + run: xcrun xcodebuild -exportArchive -archivePath Archive.xcarchive -exportOptionsPlist Sources/Config/ExportOptions.plist -allowProvisioningUpdates -authenticationKeyIssuerID $APPLE_API_ISSUER -authenticationKeyID $APPLE_API_KEY_ID -authenticationKeyPath ~/.private_keys/AuthKey.p8 - name: Create ZIPs run: | ditto -c -k --sequesterRsrc --keepParent Archive.xcarchive/Products/Applications/Secretive.app ./Secretive.zip diff --git a/Sources/Config/ExportOptions.plist b/Sources/Config/ExportOptions.plist index c28ee73..055f67c 100644 --- a/Sources/Config/ExportOptions.plist +++ b/Sources/Config/ExportOptions.plist @@ -4,7 +4,5 @@ method developer-id - New item -