We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d90e0 commit 767a37eCopy full SHA for 767a37e
.github/workflows/build_web.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Build Flutter web app
30
run: flutter build web --release --wasm
31
32
+ - name: Update base href in index.html
33
+ run: sed -i 's|<base href="/">|<base href="/web/">|g' build/web/index.html
34
+
35
- name: Upload to SFTP
36
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
37
with:
0 commit comments