From d59a74572fc3f1afa09e427f0b2df9eb26b9c7e4 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 25 Aug 2021 11:17:06 +0300 Subject: [PATCH] Update build --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 999db9494..aba4593d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,6 +70,7 @@ jobs: sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --org ${{secrets.sentry_org}} finalize $SENTRY_RELEASE sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --org ${{secrets.sentry_org}} deploys $SENTRY_RELEASE new -e production - name: Build WASM App + run: | flutter build web --web-renderer canvaskit --release git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_wasm @@ -82,6 +83,7 @@ jobs: git push cd .. - name: Build Profile App + run: | flutter build web --web-renderer html --profile git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_profile