添加了上传打包文件
Some checks failed
自动打包 / build (push) Failing after 6s

This commit is contained in:
cloudy2331 2025-04-23 13:17:25 +08:00
parent 28d45c7a7d
commit ca78c42e4f

View File

@ -1,5 +1,8 @@
name: 自动打包
on: [push]
on:
push:
branches:
- main
permissions:
contents: write
@ -8,6 +11,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: http://139.224.201.203:3000/cloudy2333/checkout@v4
- run: npm install
- run: npm run build
- name: 签出仓库
uses: http://139.224.201.203:3000/cloudy2333/checkout@v4
- name: 安装依赖
run: npm install
- name: 打包
run: npm run build
- name: 上传
uses: http://139.224.201.203:3000/cloudy2333/upload-artifact@v4
with:
name: ProxySubscribeHub
path: dist/