Explorar o código

feat: updated ci.yaml control statement

Ishan Pandhare %!s(int64=2) %!d(string=hai) anos
pai
achega
47942ffadf
Modificáronse 1 ficheiros con 1 adicións e 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