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 fa41807 commit ef98079Copy full SHA for ef98079
.github/workflows/flutter.yml
@@ -59,7 +59,7 @@ jobs:
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/service-worker/twilio-sw.js > ./example/build/web/flutter_service_worker.js
+ run: cat ./example/service-worker/twilio-sw.js >> ./example/build/web/flutter_service_worker.js
63
64
- name: Archive Production Artifact
65
uses: actions/upload-artifact@master
0 commit comments