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
bb52158216
commit
10ad8cd483
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -66,10 +66,10 @@ jobs:
|
||||
|
||||
- name: Generate file MD5
|
||||
run: |
|
||||
echo -e '\n### File MD5\n```\n' >> ./publish/changeLog.md
|
||||
echo -e '\n### File MD5\n```' >> ./publish/changeLog.md
|
||||
cd android/app/build/outputs/apk/release
|
||||
md5sum *.apk >> ../../../../../../publish/changeLog.md
|
||||
echo -e '\n```\n' >> ../../../../../../publish/changeLog.md
|
||||
echo -e '```\n' >> ../../../../../../publish/changeLog.md
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user