Skip to content

Commit

Permalink
fixed cert folder...
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed Feb 11, 2024
1 parent 551cd42 commit 8b8c5d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b8c5d8

Please sign in to comment.