From 8acdb82612e3ec38c90c7d2d0ffd9126d89939d5 Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Tue, 23 Nov 2021 17:10:05 +0800 Subject: [PATCH] Update ci.yaml fix build issues --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93e5972ad6..65befe68e2 100644 --- a/.github/workflows/ci.yaml +++ b/.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