update build release

This commit is contained in:
engigu
2024-01-01 19:41:43 +08:00
parent 5924275fbd
commit 00bc69bfef
+5 -2
View File
@@ -20,14 +20,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Change directory to web project
run: cd web/
- name: Install npm dependencies
run: npm i
- name: Run npm build
run: cd web/ && npm run build
run: npm run build
- name: Check build static
run: cd web/ && ls -la
run: ls -la
goreleaser:
runs-on: ubuntu-latest