liuyuqi-dellpc 2 years ago
parent
commit
960c61e45d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build.yml

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

@@ -72,12 +72,12 @@ jobs:
           cd ..
           zip -r app.ipa Payload
 
-       - name: Build exe
+      - name: Build exe
          if: ${{ runner.os == 'Windows'}}
          run: |
            flutter build windows
 
-       - name: Build mac
+      - name: Build mac
          if: ${{ runner.os == 'macOS'}}
          run: |
            flutter build macos