Files
ProxySubscribeHub/.gitea/workflows/auto_build.yaml
cloudy2331 54b6df924b
Some checks failed
自动打包 / build (push) Failing after 39s
变更upload-artifact版本
2025-04-23 13:24:28 +08:00

24 lines
498 B
YAML

name: 自动打包
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- 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@v3
with:
name: ProxySubscribeHub
path: dist/