From 9ee4ce2ed6e5daff1827f1b35b80a72b3a0339f3 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Wed, 7 Feb 2024 11:05:08 +0100 Subject: [PATCH] Remove if condition for notarization --- .github/workflows/cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7a824199..ee4b8af8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -141,7 +141,6 @@ jobs: plutil -insert method -string $EXPORT_METHOD ./export.plist - name: Upload Archive to Apple (App Store or Notarization) - if: env.UPLOAD_TO == 'app-store' env: VERSION: ${{ env.VERSION }} run: python .github/retry-if-retcode.py --sleep 60 --attempts 5 --retcode 70 xcrun xcodebuild -exportArchive -archivePath $PWD/Kiwix-$VERSION.xcarchive -exportPath $PWD/export/ -exportOptionsPlist export.plist -allowProvisioningUpdates ${{ env.APPLE_AUTH_PARAMS }}