From 60d5b5f71b1e348e73ff4bdf048bfedf5ac82c27 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Thu, 25 Jul 2024 02:15:03 -0400 Subject: [PATCH] Update Go Release workflow to include frontend build and copy step --- .github/workflows/go-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 80c0291..8308dad 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -34,8 +34,8 @@ jobs: npm run build - name: Copy Frontend run: | + rm -rf ./frontend/dist/* cp -r frontend-code/dist/ ./frontend/dist - - name: Set up Go uses: actions/setup-go@v5 with: