Skip to content

Commit

Permalink
chore:引用v2ray-release脚本进行打包
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsuki committed Feb 23, 2022
1 parent 002bd9b commit 4236a07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ on:
workflow_dispatch:

jobs:
publish-release-apk:
publish-module:
runs-on: ubuntu-latest
steps:
- name: 1.检出代码
uses: actions/checkout@v2

- name: 2.打包文件
run: zip -q -r v2ray-magisk-android64.zip META-INF v2ray customize.sh README.md service.sh uninstall.sh module.prop
- name: 2.下载打包脚本并执行
run: curl https://yatsuki.github.io/v2ray-release/release.sh | sh

- name: 3.发布至Github-Release
- name: 3.发布
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: "自动发布"
artifacts: "v2ray-magisk-android64.zip"
artifacts: "v2ray-magisk-android32.zip,v2ray-magisk-android64.zip"

0 comments on commit 4236a07

Please sign in to comment.