Quellcode durchsuchen

feat: updated ci.yaml control statement

Ishan Pandhare vor 2 Jahren
Ursprung
Commit
47942ffadf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -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