Update Go Release workflow to include frontend build and copy step
This commit is contained in:
parent
33b3389384
commit
f303a62338
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go-release.yml
vendored
2
.github/workflows/go-release.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
npm run build
|
||||
- name: Copy Frontend
|
||||
run: |
|
||||
cp -r frontend-code/dist frontend/dist
|
||||
cp -r frontend-code/dist ./frontend/dist
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
|
|
Loading…
Add table
Reference in a new issue