mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
typo
This commit is contained in:
parent
2dcfd87d4e
commit
5956912a65
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build_apk.yml
vendored
4
.github/workflows/build_apk.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.mobileprovision
|
PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.mobileprovision
|
||||||
bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_PROVISION_PROD }}" $PROVISION_CERT_PATH
|
bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_PROVISION_PROD }}" $PROVISION_CERT_PATH
|
||||||
mkdir -p ~/Library/MobileDevice/profiles
|
mkdir -p ~/Library/MobileDevice/profiles
|
||||||
cp $PP_PROD_PATH ~/Library/MobileDevice/profiles
|
cp $PROVISION_CERT_PATH ~/Library/MobileDevice/profiles
|
||||||
|
|
||||||
- name: Restore firebase_options.dart
|
- name: Restore firebase_options.dart
|
||||||
run: bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart"
|
run: bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart"
|
||||||
|
@ -59,7 +59,7 @@ jobs:
|
||||||
flutter pub run intl_utils:generate
|
flutter pub run intl_utils:generate
|
||||||
|
|
||||||
- name: Build .ipa
|
- name: Build .ipa
|
||||||
run: flutter build ipa --release --export-options-plist=ios/Runner/ExportOptions.plist --flavor $FLAVOR -t lib/main_$FLAVOR.dart
|
run: flutter build ipa --release --flavor $FLAVOR -t lib/main_$FLAVOR.dart
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
4
.github/workflows/build_ipa.yml
vendored
4
.github/workflows/build_ipa.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.mobileprovision
|
PROVISION_CERT_PATH=$RUNNER_TEMP/Lightmeter.mobileprovision
|
||||||
bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_PROVISION_PROD }}" $PROVISION_CERT_PATH
|
bash .github/scripts/restore_from_base64.sh "${{ secrets.APP_STORE_PROVISION_PROD }}" $PROVISION_CERT_PATH
|
||||||
mkdir -p ~/Library/MobileDevice/profiles
|
mkdir -p ~/Library/MobileDevice/profiles
|
||||||
cp $PP_PROD_PATH ~/Library/MobileDevice/profiles
|
cp $PROVISION_CERT_PATH ~/Library/MobileDevice/profiles
|
||||||
|
|
||||||
- name: Restore firebase_options.dart
|
- name: Restore firebase_options.dart
|
||||||
run: bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart"
|
run: bash .github/scripts/restore_from_base64.sh "${{ secrets.FIREBASE_OPTIONS }}" "lib/firebase_options.dart"
|
||||||
|
@ -59,7 +59,7 @@ jobs:
|
||||||
flutter pub run intl_utils:generate
|
flutter pub run intl_utils:generate
|
||||||
|
|
||||||
- name: Build .ipa
|
- name: Build .ipa
|
||||||
run: flutter build ipa --release --export-options-plist=ios/Runner/ExportOptions.plist --flavor $FLAVOR -t lib/main_$FLAVOR.dart
|
run: flutter build ipa --release --flavor $FLAVOR -t lib/main_$FLAVOR.dart
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue