Skip to content

Commit 320dde2

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ jobs:
7878
run:
7979
working-directory: ./packages/flutter_test_runners/example_deep_links
8080

81-
env:
82-
EXPORT_OPTS_PATH: ${{ env.RUNNER_TEMP }}/ExportOptions.plist
83-
8481
steps:
8582
- name: Install the Apple certificate and provisioning profile
8683
working-directory: ~
@@ -113,6 +110,7 @@ jobs:
113110
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
114111
115112
# Save ExportOptions.plist from Base64 to file
113+
echo "EXPORT_OPTS_PATH=$RUNNER_TEMP/ExportOptions.plist" >> $GITHUB_ENV
116114
echo -n "$EXPORT_OPTIONS_PLIST" | base64 --decode -o $EXPORT_OPTS_PATH
117115
118116
- name: Checkout repository

0 commit comments

Comments
 (0)