From 41b7fd21c7426805e47081b0433909068c9a8c2f Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:30:37 +0100 Subject: [PATCH] typo --- .github/workflows/build_apk.yml | 4 ++-- .github/workflows/build_ipa.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 340da93..b574a76 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -40,8 +40,8 @@ jobs: run: | PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.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 + mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles + cp $PROVISION_CERT_PATH ~/Library/MobileDevice/Provisioning\ Profiles - name: Restore firebase_options.dart run: bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart" diff --git a/.github/workflows/build_ipa.yml b/.github/workflows/build_ipa.yml index 340da93..b574a76 100644 --- a/.github/workflows/build_ipa.yml +++ b/.github/workflows/build_ipa.yml @@ -40,8 +40,8 @@ jobs: run: | PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.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 + mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles + cp $PROVISION_CERT_PATH ~/Library/MobileDevice/Provisioning\ Profiles - name: Restore firebase_options.dart run: bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart"