From f7375c711a29c76b5875210d23b3c0a9210705a4 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Mon, 27 Jan 2025 00:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a0d5dd..c99ddbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,8 @@ jobs: Release: name: Release runs-on: ubuntu-latest - needs: [Android, Android_SL] + # needs: [Android, Android_SL] + needs: [Android] steps: - name: Check out git repository uses: actions/checkout@v4 @@ -161,6 +162,7 @@ jobs: cd artifacts md5sum *.apk >> ../publish/changeLog.md echo -e '```\n' >> ../publish/changeLog.md + echo -e '\n[软件安装包说明](https://lyswhut.github.io/lx-music-doc/download#%E8%BD%AF%E4%BB%B6%E5%AE%89%E8%A3%85%E5%8C%85%E8%AF%B4%E6%98%8E)\n' >> ../publish/changeLog.md - name: Get package version run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV