Skip to content

Commit 6a06329

Browse files
Copilotdkhalife
andauthored
[WIP] Update release actions for frontend copy to API server (#205)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: dkhalife <[email protected]>
1 parent 4e0f785 commit 6a06329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/full-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
3737
- name: Copy Frontend
3838
run: |
39-
rm -rf ./frontend/dist
40-
cp -r frontend/dist ./frontend/dist
39+
rm -rf apiserver/frontend/dist
40+
cp -r frontend/dist apiserver/frontend/dist
4141
4242
- name: Set up Go
4343
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)