diff --git a/.github/scripts/check-engines-client.sh b/.github/scripts/check-engines-client.sh index 9abc71e5ddeb..ea6c131c86f3 100644 --- a/.github/scripts/check-engines-client.sh +++ b/.github/scripts/check-engines-client.sh @@ -125,13 +125,13 @@ elif [ $CLIENT_ENGINE_TYPE == "wasm" ]; then echo "WasmEngine: Enabled" case $os_name in linux) - qe_location="$GENERATED_CLIENT/query-engine.wasm" + qe_location="$GENERATED_CLIENT/query_engine_bg.wasm" ;; osx) - qe_location="$GENERATED_CLIENT/query-engine.wasm" + qe_location="$GENERATED_CLIENT/query_engine_bg.wasm" ;; windows*) - qe_location="$GENERATED_CLIENT\query-engine.wasm" + qe_location="$GENERATED_CLIENT\query_engine_bg.wasm" ;; *) os_name=notset