Skip to content

Commit

Permalink
Fix WASM engine check post-split
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev authored and SevInf committed Feb 13, 2024
1 parent 5807097 commit 3bf8f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/check-engines-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bf8f19

Please sign in to comment.