Skip to content

Commit

Permalink
Update build_web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esDotDev authored Sep 26, 2024
1 parent e2d90e0 commit 767a37e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build Flutter web app
run: flutter build web --release --wasm

- name: Update base href in index.html
run: sed -i 's|<base href="/">|<base href="/web/">|g' build/web/index.html

- name: Upload to SFTP
uses: wlixcc/[email protected]
with:
Expand Down

0 comments on commit 767a37e

Please sign in to comment.