From 4236a079a95d72f3a311d1d78668e36258a7949c Mon Sep 17 00:00:00 2001 From: Xu Tianliang Date: Wed, 23 Feb 2022 19:46:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E5=BC=95=E7=94=A8v2ray-release=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E8=BF=9B=E8=A1=8C=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a13db5c..a55c2c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"