Update Go Release workflow to fix frontend build and copy step
This commit is contained in:
parent
10d4dc543e
commit
c65fae9c6c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go-release.yml
vendored
4
.github/workflows/go-release.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
|||
|
||||
- name: Copy Frontend
|
||||
run: |
|
||||
rm -rf ./frontend/dist/*
|
||||
cp -r frontend-code/dist/ ./frontend/dist
|
||||
rm -rf ./frontend/dist
|
||||
cp -r frontend-code/dist ./frontend/dist
|
||||
- name: List all folders
|
||||
run: |
|
||||
ls -R
|
||||
|
|
Loading…
Add table
Reference in a new issue