Skip to content

Commit db371c7

Browse files
committed
ci: fix stale op-web-daemon path after crate rename to op-host-services
wasm-bundle-build.yml comment still pointed at crates/op-web-daemon/src/web_static.rs; the rename sweep covered crates/Dockerfile/tools but not .github/. Now op-host-services.
1 parent bf47ae1 commit db371c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wasm-bundle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
# wasm-bindgen `pkg/` output PLUS the vendored CanvasKit artifact under a
114114
# `canvaskit/` subdir, all inside a single `web-bundle/` directory. This
115115
# mirrors the `<exe_dir>/web-bundle` + `web-bundle/canvaskit` resolution
116-
# order in `crates/op-web-daemon/src/web_static.rs`.
116+
# order in `crates/op-host-services/src/web_static.rs`.
117117
- name: Assemble deployable web-bundle/
118118
run: |
119119
set -euo pipefail

0 commit comments

Comments
 (0)