工作流

This commit is contained in:
j m 2024-05-11 08:24:38 +08:00
parent ec991b558e
commit 5c851b2c01

View File

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build
run: npm build
run: npm run build
# 上传构建产物zip
- name: Upload artifacts
uses: actions/upload-artifact@v4