File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
run : |
41
41
PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.mobileprovision
42
42
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
45
45
46
46
- name : Restore firebase_options.dart
47
47
run : bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart"
Original file line number Diff line number Diff line change 40
40
run : |
41
41
PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.mobileprovision
42
42
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
45
45
46
46
- name : Restore firebase_options.dart
47
47
run : bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart"
You can’t perform that action at this time.
0 commit comments