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 320dde2 commit 1f9cd1dCopy full SHA for 1f9cd1d
.github/workflows/pr_validation.yaml
@@ -79,6 +79,10 @@ jobs:
79
working-directory: ./packages/flutter_test_runners/example_deep_links
80
81
steps:
82
+ - name: Set location for ExportOptions.plist
83
+ run: |
84
+ echo "EXPORT_OPTS_PATH=$RUNNER_TEMP/ExportOptions.plist" >> $GITHUB_ENV
85
+
86
- name: Install the Apple certificate and provisioning profile
87
working-directory: ~
88
env:
@@ -110,7 +114,6 @@ jobs:
110
114
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
111
115
112
116
# Save ExportOptions.plist from Base64 to file
113
- echo "EXPORT_OPTS_PATH=$RUNNER_TEMP/ExportOptions.plist" >> $GITHUB_ENV
117
echo -n "$EXPORT_OPTIONS_PLIST" | base64 --decode -o $EXPORT_OPTS_PATH
118
119
- name: Checkout repository
0 commit comments