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