Browse Source

fix: windows release build failed

Lucas.Xu 2 years ago
parent
commit
a47e065f30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -84,7 +84,7 @@ jobs:
         working-directory: frontend
         run: |
           flutter config --enable-windows-desktop
-          dart ./scripts/flutter_release_build/build_flowy.dart . ${{ github.ref_name }}
+          cargo make --env APP_VERSION=${{ github.ref_name }} --profile production-windows-x86 appflowy
 
       - name: Archive Asset
         uses: vimtor/action-zip@v1