Skip to content

Commit

Permalink
update ci for ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Nov 6, 2024
1 parent 1346b30 commit 49d435f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
artifact_path: build/app/outputs/apk/release/Eros-FE*.apk
- target: ios
os: macos-14
flutter_version: "3.x"
artifact_name: release-ios
artifact_path: build/**/Eros-FE*.ipa
- target: macos
Expand Down Expand Up @@ -156,6 +157,11 @@ jobs:
run: |
sed -i '' '/FLTEnableImpeller/{n; s/true/false/;}' ios/Runner/Info.plist
- name: ios update dependencies
if: matrix.target == 'ios'
run: |
sed -i '' 's/flutter_inappwebview: .*/flutter_inappwebview: ^6.1.5/' pubspec.yaml
- name: Flutter pub get
run: |
git config --global core.longpaths true
Expand Down

0 comments on commit 49d435f

Please sign in to comment.