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