We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50564b8 commit 41916fbCopy full SHA for 41916fb
.github/workflows/flutter.yml
@@ -58,6 +58,9 @@ jobs:
58
- run: flutter config --enable-web
59
- run: cd ./example; flutter build web --release --target=lib/main.dart --output=build/web
60
61
+ - name: Update service worker
62
+ run: cat ./example/web/twilio-sw.js > ./example/build/web/flutter_service_worker.js
63
+
64
- name: Archive Production Artifact
65
uses: actions/upload-artifact@master
66
with:
0 commit comments