From a8875f0ed2d38c48a567b59f9502a764affbaa43 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Oct 2025 23:13:50 +0000 Subject: [PATCH 1/2] Initial plan From 72a570b2c372ed4ae233647f3e5d23b3655e51bf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Oct 2025 23:16:47 +0000 Subject: [PATCH 2/2] Update full-release.yml to copy frontend/dist to apiserver/frontend/dist Co-authored-by: dkhalife <1736645+dkhalife@users.noreply.github.com> --- .github/workflows/full-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full-release.yml b/.github/workflows/full-release.yml index 6828076..0beafd0 100644 --- a/.github/workflows/full-release.yml +++ b/.github/workflows/full-release.yml @@ -36,8 +36,8 @@ jobs: - name: Copy Frontend run: | - rm -rf ./frontend/dist - cp -r frontend/dist ./frontend/dist + rm -rf apiserver/frontend/dist + cp -r frontend/dist apiserver/frontend/dist - name: Set up Go uses: actions/setup-go@v5