From 51acd96a6f2de2e71c14c82eb8cc08bbf693c7e2 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Fri, 26 Jul 2024 01:08:34 -0400 Subject: [PATCH] Update Go Release workflow to fix frontend build and copy step --- .github/workflows/go-release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index d82200e..ff14aeb 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -37,12 +37,7 @@ jobs: run: | rm -rf ./frontend/dist cp -r frontend-code/dist ./frontend/dist - - name: List all folders - run: | - ls -R - - name: List all folders 2 - run: | - ls -R ./frontend/dist + - name: Set up Go uses: actions/setup-go@v5 with: