We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb8e2d commit fd9246bCopy full SHA for fd9246b
.github/workflows/web-example-release.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Project Clean Up
38
run: flutter clean && flutter pub get
39
- name: Build Web App
40
- run: cd example && flutter build web --base-href="/flutter_chatview/"
+ run: cd example && flutter build web --base-href="/chatview/"
41
- name: Upload Web Artifact
42
uses: actions/[email protected]
43
with:
0 commit comments