From f165048e48bd538b96eb78c86b70ca3dbd61e267 Mon Sep 17 00:00:00 2001 From: Afsal Thaj Date: Tue, 12 Aug 2025 11:54:43 +1000 Subject: [PATCH] fix prebuilt agent wasm directory in rebuild-ts-agent-template task --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index c5a214758..47b1fd18e 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -270,5 +270,5 @@ exec --fail-on-error npm update exec --fail-on-error npm install exec --fail-on-error npm run generate exec --fail-on-error npm run build -cp dist/wrapper/target/wasm32-wasip1/release/golem_agent.wasm ../golem-templates/templates/ts/ts-agent-app-common/wasm/golem_agent.wasm +cp dist/wrapper/target/wasm32-wasip1/release/golem_agent.wasm ../golem-templates/templates/ts/ts-app-common/wasm/golem_agent.wasm ''' \ No newline at end of file