mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
修复构建
This commit is contained in:
parent
9a5e452a26
commit
f7375c711a
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -144,7 +144,8 @@ jobs:
|
|||||||
Release:
|
Release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [Android, Android_SL]
|
# needs: [Android, Android_SL]
|
||||||
|
needs: [Android]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out git repository
|
- name: Check out git repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -161,6 +162,7 @@ jobs:
|
|||||||
cd artifacts
|
cd artifacts
|
||||||
md5sum *.apk >> ../publish/changeLog.md
|
md5sum *.apk >> ../publish/changeLog.md
|
||||||
echo -e '```\n' >> ../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
|
- name: Get package version
|
||||||
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
|
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user