From ee189893314dbe14d357b9a8722695bd94f99f34 Mon Sep 17 00:00:00 2001 From: 3003h Date: Sat, 18 Nov 2023 14:38:51 +0800 Subject: [PATCH] ci --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 638ee1102..c8e7c15cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: |