We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd06726 commit 747f2f8Copy full SHA for 747f2f8
.github/workflows/build_ios_testflight.yml
@@ -30,14 +30,13 @@ jobs:
30
- name: Create .env file
31
run: |
32
echo "VIETMAP_API_KEY=${{ secrets.VIETMAP_API_KEY }}" > .env
33
-
34
# Step 4: Install dependencies
35
- name: Install dependencies
36
run: flutter pub get
37
38
# Step 5: Export mobileprovision file
39
- name: Export mobileprovision file
40
- run: echo "$MOBILEPROVISION" | base64 --decode > /ios/fastlane/vietmap.mobileprovision
+ run: echo "$MOBILEPROVISION" | base64 --decode > ios/fastlane/vietmap.mobileprovision
41
env:
42
MOBILEPROVISION: ${{ secrets.MOBILEPROVISION }}
43
0 commit comments