We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5e452 commit f7375c7Copy full SHA for f7375c7
.github/workflows/release.yml
@@ -144,7 +144,8 @@ jobs:
144
Release:
145
name: Release
146
runs-on: ubuntu-latest
147
- needs: [Android, Android_SL]
+ # needs: [Android, Android_SL]
148
+ needs: [Android]
149
steps:
150
- name: Check out git repository
151
uses: actions/checkout@v4
@@ -161,6 +162,7 @@ jobs:
161
162
cd artifacts
163
md5sum *.apk >> ../publish/changeLog.md
164
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
166
167
- name: Get package version
168
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
0 commit comments