liuyuqi-dellpc 3 years ago
parent
commit
14d7d954f3
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .github/workflows/build.yml

+ 6 - 6
.github/workflows/build.yml

@@ -73,14 +73,14 @@ jobs:
           zip -r app.ipa Payload
 
       - name: Build exe
-         if: ${{ runner.os == 'Windows'}}
-         run: |
-           flutter build windows
+        if: ${{ runner.os == 'Windows'}}
+        run: |
+          flutter build windows
 
       - name: Build mac
-         if: ${{ runner.os == 'macOS'}}
-         run: |
-           flutter build macos
+        if: ${{ runner.os == 'macOS'}}
+        run: |
+          flutter build macos
 
       # output some file:
       - name: artifact