Update Go Release workflow to fix frontend build and copy step
This commit is contained in:
parent
c65fae9c6c
commit
51acd96a6f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue