mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
fixed cert folder...
This commit is contained in:
parent
551cd42c5a
commit
8b8c5d8409
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: |
|
||||
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"
|
||||
|
|
4
.github/workflows/build_ipa.yml
vendored
4
.github/workflows/build_ipa.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue