From 8ab438010cf4f9796b9e67cab862a2f0a29d5cde Mon Sep 17 00:00:00 2001 From: niuhuan Date: Fri, 6 Sep 2024 17:26:17 +0800 Subject: [PATCH] :bug: fix: ci --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index b43a4d6..63abb67 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -320,7 +320,7 @@ jobs: find lib -type f -name "*.dart" -exec sed -i "s/DecoderCallback decode/ImageDecoderCallback decode/g" {} \; find lib -type f -name "*.dart" -exec sed -i "s/PaintingBinding.instance\!.instantiateImageCodec/ui.instantiateImageCodec/g" {} \; find lib -type f -name "*.dart" -exec sed -i "s/as ui show Codec/as ui/g" {} \; - find lib -type f -name "*.dart" -exec sed -i "s/uni_links\/uni_links.dart/uni_links3\/uni_links3.dart/g" {} \; + find lib -type f -name "*.dart" -exec sed -i "s/uni_links\/uni_links.dart/uni_links3\/uni_links.dart/g" {} \; find lib -type f -name "*.dart" -exec sed -i "s/File? croppedFile/CroppedFile? croppedFile/g" {} \; flutter pub upgrade flutter pub get