From 89fdf8ee683f3d0472df88e41b4afab3804a6733 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Wed, 13 Sep 2023 21:55:20 +0800 Subject: [PATCH] Update deploy-web.yaml --- .github/workflows/deploy-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-web.yaml b/.github/workflows/deploy-web.yaml index 8f72dbeb..834188e3 100644 --- a/.github/workflows/deploy-web.yaml +++ b/.github/workflows/deploy-web.yaml @@ -21,7 +21,7 @@ jobs: - run: flutter pub get - run: | cd example - flutter build web --release --web-renderer html --base-href /flutter-example/ + flutter build web --release --web-renderer html --base-href /client-sdk-flutter/ - run: | cd build/web git init