Skip to content

Commit c85f895

Browse files
committed
squash! ci : add github pages workflow for wasm examples
This commit moves coi-serviceworker.js to the root of the examples directory.
1 parent eb26f0c commit c85f895

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/examples-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
cp ${build_dir}/libmain.js ${target_dir}
7575
7676
# Copy Cross-Origin Isolation service worker
77-
cp -v examples/whisper.wasm/coi-serviceworker.js staging/
77+
cp -v examples/coi-serviceworker.js staging/
7878
7979
- name: List files in staging directory (for debugging)
8080
run: |
File renamed without changes.

0 commit comments

Comments
 (0)