From a6a1374248270e4325e80a113ee9323065fa9515 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Sun, 30 Jul 2023 19:33:18 +0700 Subject: [PATCH] Try distribution --- .github/workflows/ios.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index ac5adff304..c5826b5024 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -27,9 +27,8 @@ jobs: - uses: Apple-Actions/import-codesign-certs@v2 with: - p12-file-base64: ${{ env.CI_USE_IOS_DIST_CERT && secrets.APPLE_CODESIGN_CERT_BASE64_DIST || secrets.APPLE_CODESIGN_CERT_BASE64_DEV }} - p12-password: ${{ env.CI_USE_IOS_DIST_CERT && secrets.APPLE_CODESIGN_CERT_PASS_DIST || secrets.APPLE_CODESIGN_CERT_PASS_DEV }} - + p12-file-base64: ${{ secrets.APPLE_CODESIGN_CERT_BASE64_DIST }} + p12-password: ${{ secrets.APPLE_CODESIGN_CERT_PASS_DIST }} - name: 💐 Install Qt uses: jurplel/install-qt-action@v3