mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: updated ci.yaml control statement
This commit is contained in:
parent
62c9108a68
commit
47942ffadf
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user