Correct web build

This commit is contained in:
Hillel Coren 2021-10-20 09:25:52 +03:00
parent 3a0b7194a4
commit 23f2492f13
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --org ${{secrets.sentry_org}} deploys $SENTRY_RELEASE new -e production 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 HTML App - name: Build HTML App
run: | run: |
flutter build --web-renderer html flutter build web --web-renderer html
git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_html git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_html
cd invoiceninja_html cd invoiceninja_html