mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-28 06:25:04 -04:00
Remove if condition for notarization
This commit is contained in:
parent
ce1b9e7212
commit
9ee4ce2ed6
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
@ -141,7 +141,6 @@ jobs:
|
|||||||
plutil -insert method -string $EXPORT_METHOD ./export.plist
|
plutil -insert method -string $EXPORT_METHOD ./export.plist
|
||||||
|
|
||||||
- name: Upload Archive to Apple (App Store or Notarization)
|
- name: Upload Archive to Apple (App Store or Notarization)
|
||||||
if: env.UPLOAD_TO == 'app-store'
|
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ env.VERSION }}
|
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 }}
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user