Skip to content

Commit

Permalink
🐛 fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Sep 6, 2024
1 parent e6ed08e commit 8ab4380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ab4380

Please sign in to comment.