Skip to content

Commit f661b67

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_ios_testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Step 6: Export configuration file
4444
- name: Export configuration file
4545
run: |
46-
echo "$EXPORT_CONFIGURATION" > /ios/fastlane/export_options.plist
46+
echo "$EXPORT_CONFIGURATION" > ios/fastlane/export_options.plist
4747
4848
# Step 7: Build iOS app
4949
- name: Build iOS

0 commit comments

Comments
 (0)