Files
ProxySubscribeHub/.gitea/workflows/auto_build.yaml
Starlight-0208 2973f0f7b9
Some checks failed
自动打包 / build (push) Failing after 2m49s
更新actions仓库引用
2025-04-23 23:14:11 +08:00

24 lines
492 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/actions/checkout@v4
- name: 安装依赖
run: npm install
- name: 打包
run: npm run build
- name: 上传
uses: http://139.224.201.203:3000/actions/upload-artifact@v4
with:
name: ProxySubscribeHub
path: dist/