Skip to content

Commit ee18989

Browse files
committed
ci
1 parent e690e0f commit ee18989

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- target: ios
4444
suffix: -impeller
4545
os: macos-12
46-
flutter_version: 3.16
46+
flutter_version: 3.13
4747
flutter_channel: stable
4848
artifact_name: release-ios-impeller
4949
artifact_path: build/**/FEhViewer*.ipa
@@ -162,9 +162,8 @@ jobs:
162162

163163
- name: ios enable impeller
164164
if: matrix.target == 'ios' && matrix.suffix == '-impeller'
165-
shell: bash
166165
run: |
167-
gsed -i '/FLTEnableImpeller/{N;d;}' ios/Runner/Info.plist
166+
sed -i '' '/FLTEnableImpeller/{N;d;}' ios/Runner/Info.plist
168167
169168
- name: Flutter pub get
170169
run: |

0 commit comments

Comments
 (0)