Skip to content

Commit 8b8c5d8

Browse files
committed
fixed cert folder...
1 parent 551cd42 commit 8b8c5d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_apk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
run: |
4141
PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.mobileprovision
4242
bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_PROVISION_PROD }}" $PROVISION_CERT_PATH
43-
mkdir -p ~/Library/MobileDevice\ Profiles
44-
cp $PROVISION_CERT_PATH ~/Library/MobileDevice\ Profiles
43+
mkdir -p ~/Library/MobileDevice\Provisioning\ Profiles
44+
cp $PROVISION_CERT_PATH ~/Library/MobileDevice\Provisioning\ Profiles
4545
4646
- name: Restore firebase_options.dart
4747
run: bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart"

.github/workflows/build_ipa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
run: |
4141
PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.mobileprovision
4242
bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_PROVISION_PROD }}" $PROVISION_CERT_PATH
43-
mkdir -p ~/Library/MobileDevice\ Profiles
44-
cp $PROVISION_CERT_PATH ~/Library/MobileDevice\ Profiles
43+
mkdir -p ~/Library/MobileDevice\Provisioning\ Profiles
44+
cp $PROVISION_CERT_PATH ~/Library/MobileDevice\Provisioning\ Profiles
4545
4646
- name: Restore firebase_options.dart
4747
run: bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart"

0 commit comments

Comments
 (0)