Update Go Release workflow to include frontend build and copy step
This commit is contained in:
parent
3ca76af1c6
commit
60d5b5f71b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue