mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
typo
This commit is contained in:
parent
5956912a65
commit
41b7fd21c7
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build_apk.yml
vendored
4
.github/workflows/build_apk.yml
vendored
|
@ -40,8 +40,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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/Provisioning\ Profiles
|
||||||
cp $PROVISION_CERT_PATH ~/Library/MobileDevice/profiles
|
cp $PROVISION_CERT_PATH ~/Library/MobileDevice/Provisioning\ 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"
|
||||||
|
|
4
.github/workflows/build_ipa.yml
vendored
4
.github/workflows/build_ipa.yml
vendored
|
@ -40,8 +40,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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/Provisioning\ Profiles
|
||||||
cp $PROVISION_CERT_PATH ~/Library/MobileDevice/profiles
|
cp $PROVISION_CERT_PATH ~/Library/MobileDevice/Provisioning\ 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"
|
||||||
|
|
Loading…
Reference in a new issue