From f1fe297c759dc19c46cf59aabdc37b57957c719a Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:06:31 +0100 Subject: [PATCH] renamed provision file --- .github/workflows/build_apk.yml | 2 +- .github/workflows/build_ipa.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 506aca3..a4b7ade 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -38,7 +38,7 @@ jobs: p12-password: ${{ secrets.APP_STORE_P12_PASSWORD }} - name: Install the provisioning profile run: | - PROVISION_CERT_PATH=$RUNNER_TEMP/provision_prod.mobileprovision + PROVISION_CERT_PATH=$RUNNER_TEMP/m3_lightmeter_provision.mobileprovision bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_PROVISION_PROD }}" $PROVISION_CERT_PATH mkdir -p ~/Library/MobileDevice\ Profiles cp $PROVISION_CERT_PATH ~/Library/MobileDevice\ Profiles diff --git a/.github/workflows/build_ipa.yml b/.github/workflows/build_ipa.yml index 506aca3..a4b7ade 100644 --- a/.github/workflows/build_ipa.yml +++ b/.github/workflows/build_ipa.yml @@ -38,7 +38,7 @@ jobs: p12-password: ${{ secrets.APP_STORE_P12_PASSWORD }} - name: Install the provisioning profile run: | - PROVISION_CERT_PATH=$RUNNER_TEMP/provision_prod.mobileprovision + PROVISION_CERT_PATH=$RUNNER_TEMP/m3_lightmeter_provision.mobileprovision bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_PROVISION_PROD }}" $PROVISION_CERT_PATH mkdir -p ~/Library/MobileDevice\ Profiles cp $PROVISION_CERT_PATH ~/Library/MobileDevice\ Profiles