parent
28d45c7a7d
commit
ca78c42e4f
@ -1,5 +1,8 @@
|
|||||||
name: 自动打包
|
name: 自动打包
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -8,6 +11,14 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: http://139.224.201.203:3000/cloudy2333/checkout@v4
|
- name: 签出仓库
|
||||||
- run: npm install
|
uses: http://139.224.201.203:3000/cloudy2333/checkout@v4
|
||||||
- run: npm run build
|
- 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/
|
||||||
Loading…
x
Reference in New Issue
Block a user