Skip to content

Commit ffb4301

Browse files
authored
Update deploy-web.yaml (#433)
add e2ee.worker.js compile.
1 parent 060ccda commit ffb4301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-web.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- run: flutter clean
1919
- run: flutter pub get
2020
- run: |
21+
dart compile js web/e2ee.worker.dart -o example/web/e2ee.worker.dart.js
2122
cd example
2223
flutter build web --release --web-renderer html --base-href /client-sdk-flutter/
2324
cd build/web

0 commit comments

Comments
 (0)