소스 검색

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