From 749db895bba7d30691c1d24fe7680d4347b711b3 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 15 Mar 2026 16:18:55 -0300 Subject: [PATCH] CI: copy botui instead of symlink --- .forgejo/workflows/botserver.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index 266b3ccf..2082e940 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -29,9 +29,8 @@ jobs: # Clone botserver separately git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/BotServer.git botserver - # Create symlink to botui in botserver directory (expects ../../../../botui from src/designer/canvas_api/) - cd botserver - ln -sf ../botui botui + # Copy botui files needed for compilation + cp -r botui botserver/ # Remove all members except botserver and botlib from workspace sed -i '/"botapp",/d' Cargo.toml