diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 424ce84..33ba307 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -214,7 +214,7 @@ jobs: run: | sed -i "s/another_xlider: ^1.0.1+2/another_xlider: 1.0.1+2/g" pubspec.yaml sed -i "s/flutter_styled_toast: ^2.0.0/flutter_styled_toast: 2.0.0/g" pubspec.yaml - sed -i "s/filesystem_picker: ^3.0.0-beta.1/filesystem_picker: 2.0.1/g" pubspec.yaml + sed -i "s/filesystem_picker: ^3.0.0-beta.1/filesystem_picker: 2.0.0/g" pubspec.yaml flutter pub get - name: Upgrade deps version (flutter2 mac) @@ -223,7 +223,7 @@ jobs: brew install gnu-sed gsed -i "s/another_xlider: ^1.0.1+2/another_xlider: 1.0.1+2/g" pubspec.yaml gsed -i "s/flutter_styled_toast: ^2.0.0/flutter_styled_toast: 2.0.0/g" pubspec.yaml - gsed -i "s/filesystem_picker: ^3.0.0-beta.1/filesystem_picker: 2.0.1/g" pubspec.yaml + gsed -i "s/filesystem_picker: ^3.0.0-beta.1/filesystem_picker: 2.0.0/g" pubspec.yaml flutter pub get - name: Build (windows)