diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index e06048d..5656a9c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -254,6 +254,7 @@ jobs: gsed -i "s/multi_select_flutter: ^4.0.0/multi_select_flutter: 4.1.2/g" pubspec.yaml gsed -i "s/multi_select_flutter: ^4.0.0/multi_select_flutter: 4.1.2/g" pubspec.yaml gsed -i "s/modal_bottom_sheet: ^3.0.0-pre/modal_bottom_sheet: 2.0.1/g" pubspec.yaml + gsed -i "s/Icons.energy_savings_leaf/Icons.ad_units/g" lib/screens/SettingsScreen.dart flutter pub get - name: Build (windows)