update build release

This commit is contained in:
engigu
2024-01-01 19:35:46 +08:00
parent 7e801a13c5
commit fc77815151
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -12,6 +12,23 @@ permissions:
# issues: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install npm dependencies
run: npm i
- name: Run npm build
run: cd /web && npm run build
- name: Check build static
run: cd /web && ls -la
goreleaser:
runs-on: ubuntu-latest
steps: