Explorar el Código

feat: updated ci.yaml control statement

Ishan Pandhare hace 2 años
padre
commit
47942ffadf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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