From 3f103db9ee41062b563cadb91ea23f92e4b978bd Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:42:31 +0200 Subject: [PATCH] Fix chrome update action is failing (#107131) * Fix the error in action. --- src/mono/wasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/wasm/Makefile b/src/mono/wasm/Makefile index a8826112502af..275c4bad32da2 100644 --- a/src/mono/wasm/Makefile +++ b/src/mono/wasm/Makefile @@ -38,7 +38,7 @@ test-runner: $(DOTNET) build $(TOP)/src/libraries/Common/tests/WasmTestRunner /p:Configuration=$(CONFIG) $(MSBUILD_ARGS) build-tasks: - $(DOTNET) build $(TOP)/src/tasks/tasks.proj /p:Configuration=$(CONFIG) $(MSBUILD_ARGS) + $(DOTNET) build $(TOP)/src/tasks/tasks.proj /p:Configuration=$(CONFIG) /p:TargetOS=browser $(MSBUILD_ARGS) clean: $(RM) -rf $(BUILDS_OBJ_DIR)