From e598e25bec69395e5398ae2f03f8ebc3e15a8db4 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Thu, 25 Jul 2024 00:27:32 -0400 Subject: [PATCH] Update frontend build and copy step in Go Release workflow --- .github/workflows/go-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 25ab6ab..f492814 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -26,11 +26,11 @@ jobs: node-version: '16' - name: Install Dependencies run: | - cd frontend + cd frontend-code npm install - name: Build Frontend run: | - cd frontend + cd frontend-code npm run build - name: Copy Frontend run: |