Update Go Release workflow to include frontend build and copy step

This commit is contained in:
Mo Tarbin 2024-07-25 02:15:03 -04:00
parent 3ca76af1c6
commit 60d5b5f71b
1 changed files with 1 additions and 1 deletions

View File

@ -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: