From ffb43010ee0ef2140b98943103e144ef6dd3b203 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Thu, 21 Dec 2023 20:33:07 +0800 Subject: [PATCH] Update deploy-web.yaml (#433) 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 06fc9380..af8d9f92 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