update build release

This commit is contained in:
engigu
2024-01-01 19:38:14 +08:00
parent fc77815151
commit 5924275fbd
+2 -2
View File
@@ -24,10 +24,10 @@ jobs:
run: npm i
- name: Run npm build
run: cd /web && npm run build
run: cd web/ && npm run build
- name: Check build static
run: cd /web && ls -la
run: cd web/ && ls -la
goreleaser:
runs-on: ubuntu-latest