From 70e330f1d1414f91c9cc07794f0d3fd3f23f53ba Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Mon, 5 Feb 2024 10:44:43 +0100 Subject: [PATCH] Add debug, skip upload for testing --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e21b100d..11937312 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -144,6 +144,9 @@ jobs: if: env.UPLOAD_TO == 'app-store' 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 $APPLE_AUTH_PARAMS + - name: Show the list of files + run: ls -la + - name: Export notarized App from archive, Create DMG, Notarize DMG if: matrix.platform == 'macOS' && env.UPLOAD_TO == 'ftp' run: |