Skip to content

Commit f7375c7

Browse files
committed
修复构建
1 parent 9a5e452 commit f7375c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ jobs:
144144
Release:
145145
name: Release
146146
runs-on: ubuntu-latest
147-
needs: [Android, Android_SL]
147+
# needs: [Android, Android_SL]
148+
needs: [Android]
148149
steps:
149150
- name: Check out git repository
150151
uses: actions/checkout@v4
@@ -161,6 +162,7 @@ jobs:
161162
cd artifacts
162163
md5sum *.apk >> ../publish/changeLog.md
163164
echo -e '```\n' >> ../publish/changeLog.md
165+
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
164166
165167
- name: Get package version
166168
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV

0 commit comments

Comments
 (0)