Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Nov 18, 2023
1 parent e690e0f commit ee18989
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- target: ios
suffix: -impeller
os: macos-12
flutter_version: 3.16
flutter_version: 3.13
flutter_channel: stable
artifact_name: release-ios-impeller
artifact_path: build/**/FEhViewer*.ipa
Expand Down Expand Up @@ -162,9 +162,8 @@ jobs:

- name: ios enable impeller
if: matrix.target == 'ios' && matrix.suffix == '-impeller'
shell: bash
run: |
gsed -i '/FLTEnableImpeller/{N;d;}' ios/Runner/Info.plist
sed -i '' '/FLTEnableImpeller/{N;d;}' ios/Runner/Info.plist
- name: Flutter pub get
run: |
Expand Down

0 comments on commit ee18989

Please sign in to comment.