Skip to content

Commit 1f9cd1d

Browse files
Working on iOS GitHub CI
1 parent 320dde2 commit 1f9cd1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
working-directory: ./packages/flutter_test_runners/example_deep_links
8080

8181
steps:
82+
- name: Set location for ExportOptions.plist
83+
run: |
84+
echo "EXPORT_OPTS_PATH=$RUNNER_TEMP/ExportOptions.plist" >> $GITHUB_ENV
85+
8286
- name: Install the Apple certificate and provisioning profile
8387
working-directory: ~
8488
env:
@@ -110,7 +114,6 @@ jobs:
110114
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
111115
112116
# Save ExportOptions.plist from Base64 to file
113-
echo "EXPORT_OPTS_PATH=$RUNNER_TEMP/ExportOptions.plist" >> $GITHUB_ENV
114117
echo -n "$EXPORT_OPTIONS_PLIST" | base64 --decode -o $EXPORT_OPTS_PATH
115118
116119
- name: Checkout repository

0 commit comments

Comments
 (0)