Wzp-2008 d62b8c6c19
All checks were successful
ci / build (push) Successful in 50s
ci: 移除多余步骤
2025-01-12 23:47:46 +08:00

21 lines
497 B
YAML

name: ci
on: [pull_request, push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: 拉取仓库
uses: actions/checkout@v4
- name: 设置yarn镜像
run : yarn config set registry https://registry.npmmirror.com
- name: 获取依赖
run: yarn
- name: 编译
run: yarn build-only
- name: 上传编译后产物
uses: actions/upload-artifact@v3
with:
name: main
path: dist/