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 eb26f0c commit c85f895Copy full SHA for c85f895
.github/workflows/examples-wasm.yml
@@ -74,7 +74,7 @@ jobs:
74
cp ${build_dir}/libmain.js ${target_dir}
75
76
# Copy Cross-Origin Isolation service worker
77
- cp -v examples/whisper.wasm/coi-serviceworker.js staging/
+ cp -v examples/coi-serviceworker.js staging/
78
79
- name: List files in staging directory (for debugging)
80
run: |
…amples/whisper.wasm/coi-serviceworker.js examples/coi-serviceworker.jsexamples/whisper.wasm/coi-serviceworker.js renamed to examples/coi-serviceworker.js
0 commit comments