chore:引用v2ray-release脚本进行打包
This commit is contained in:
parent
002bd9b5f2
commit
4236a079a9
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -9,18 +9,18 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-release-apk:
|
publish-module:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 1.检出代码
|
- name: 1.检出代码
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: 2.打包文件
|
- name: 2.下载打包脚本并执行
|
||||||
run: zip -q -r v2ray-magisk-android64.zip META-INF v2ray customize.sh README.md service.sh uninstall.sh module.prop
|
run: curl https://yatsuki.github.io/v2ray-release/release.sh | sh
|
||||||
|
|
||||||
- name: 3.发布至Github-Release
|
- name: 3.发布
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
body: "自动发布"
|
body: "自动发布"
|
||||||
artifacts: "v2ray-magisk-android64.zip"
|
artifacts: "v2ray-magisk-android32.zip,v2ray-magisk-android64.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user