mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-26 13:29:31 -04:00
Update conditions
This commit is contained in:
parent
a581f44849
commit
73bc56d66e
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -147,7 +147,7 @@ jobs:
|
||||
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 }}
|
||||
|
||||
- name: Export notarized App from archive
|
||||
if: env.UPLOAD_TO == 'ftp'
|
||||
if: matrix.platform == 'macOS' && env.UPLOAD_TO == 'ftp'
|
||||
env:
|
||||
VERSION: ${{ env.VERSION }}
|
||||
run: python .github/retry-if-retcode.py --sleep 60 --attempts 20 --retcode 65 xcrun xcodebuild -exportNotarizedApp -archivePath $PWD/Kiwix-$VERSION.xcarchive -exportPath $PWD/export/ -allowProvisioningUpdates ${{ env.APPLE_AUTH_PARAMS }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user