瀏覽代碼

Update ci.yaml

fix build issues
AppFlowy.IO 3 年之前
父節點
當前提交
8acdb82612
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/ci.yaml

+ 2 - 0
.github/workflows/ci.yaml

@@ -24,6 +24,7 @@ jobs:
           cargo make flowy_dev
       - name: Build
         run: |
+          cd frontend
           cargo make --profile production-desktop-mac-x86 appflowy
   build-ubuntu:
     runs-on: ubuntu-latest
@@ -59,4 +60,5 @@ jobs:
           cargo make flowy_dev
       - name: Build
         run: |
+          cd frontend
           cargo make --profile production-desktop-linux-x86 appflowy