From 990345b8c40b2a51edfcf1cb6266e748b86a095e Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Thu, 21 Dec 2023 19:10:08 +0800 Subject: [PATCH] Update deploy-web.yaml add e2ee.worker.js compile. --- .github/workflows/deploy-web.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-web.yaml b/.github/workflows/deploy-web.yaml index 06fc93803..af8d9f926 100644 --- a/.github/workflows/deploy-web.yaml +++ b/.github/workflows/deploy-web.yaml @@ -18,6 +18,7 @@ jobs: - run: flutter clean - run: flutter pub get - run: | + dart compile js web/e2ee.worker.dart -o example/web/e2ee.worker.dart.js cd example flutter build web --release --web-renderer html --base-href /client-sdk-flutter/ cd build/web