Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 5badc80

Browse files
authored
fix prebuilt agent wasm directory in rebuild-ts-agent-template task (#314)
1 parent cebfa81 commit 5badc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,5 @@ exec --fail-on-error npm update
270270
exec --fail-on-error npm install
271271
exec --fail-on-error npm run generate
272272
exec --fail-on-error npm run build
273-
cp dist/wrapper/target/wasm32-wasip1/release/golem_agent.wasm ../golem-templates/templates/ts/ts-agent-app-common/wasm/golem_agent.wasm
273+
cp dist/wrapper/target/wasm32-wasip1/release/golem_agent.wasm ../golem-templates/templates/ts/ts-app-common/wasm/golem_agent.wasm
274274
'''

0 commit comments

Comments
 (0)