feat: updated ci.yaml control statement

This commit is contained in:
Ishan Pandhare 2022-10-09 11:22:37 +05:30
parent 62c9108a68
commit 47942ffadf

View File

@ -85,7 +85,7 @@ jobs:
flutter config --enable-linux-desktop
elif [ "$RUNNER_OS" == "macOS" ]; then
flutter config --enable-macos-desktop
if [ "$RUNNER_OS" == "windows" ]; then
elif [ "$RUNNER_OS" == "windows" ]; then
flutter config --enable-windows-desktop
fi
shell: bash