Skip to content

Commit 747f2f8

Browse files
committed
feat: configure testflight provision
1 parent cd06726 commit 747f2f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_ios_testflight.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ jobs:
3030
- name: Create .env file
3131
run: |
3232
echo "VIETMAP_API_KEY=${{ secrets.VIETMAP_API_KEY }}" > .env
33-
3433
# Step 4: Install dependencies
3534
- name: Install dependencies
3635
run: flutter pub get
3736

3837
# Step 5: Export mobileprovision file
3938
- name: Export mobileprovision file
40-
run: echo "$MOBILEPROVISION" | base64 --decode > /ios/fastlane/vietmap.mobileprovision
39+
run: echo "$MOBILEPROVISION" | base64 --decode > ios/fastlane/vietmap.mobileprovision
4140
env:
4241
MOBILEPROVISION: ${{ secrets.MOBILEPROVISION }}
4342

0 commit comments

Comments
 (0)